mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1361994 - Part 0: Add MOZ_DOCUMENT to nsIDOMCSSRule. r=xidorn
MozReview-Commit-ID: HoqiuW6l9QB --HG-- extra : rebase_source : e574e36b50a28bc135c6d5a48e121466d3cbd1d6
This commit is contained in:
parent
b18082f840
commit
a78f5fdae0
@ -43,6 +43,7 @@ interface nsIDOMCSSRule : nsISupports
|
||||
const unsigned short NAMESPACE_RULE = 10;
|
||||
const unsigned short COUNTER_STYLE_RULE = 11;
|
||||
const unsigned short SUPPORTS_RULE = 12;
|
||||
const unsigned short DOCUMENT_RULE = 13;
|
||||
const unsigned short FONT_FEATURE_VALUES_RULE = 14;
|
||||
|
||||
readonly attribute unsigned short type;
|
||||
|
Loading…
Reference in New Issue
Block a user