aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r--components/script/dom/webidls/CSSStyleDeclaration.webidl6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl
index 760f3461f0a..49377cd1044 100644
--- a/components/script/dom/webidls/CSSStyleDeclaration.webidl
+++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl
@@ -20,12 +20,6 @@ interface CSSStyleDeclaration {
void setProperty(DOMString property, [TreatNullAs=EmptyString] DOMString value,
[TreatNullAs=EmptyString] optional DOMString priority = "");
[CEReactions, Throws]
- void setPropertyValue(DOMString property, [TreatNullAs=EmptyString] DOMString value);
-
- [CEReactions, Throws]
- void setPropertyPriority(DOMString property, [TreatNullAs=EmptyString] DOMString priority);
-
- [CEReactions, Throws]
DOMString removeProperty(DOMString property);
// readonly attribute CSSRule? parentRule;
[CEReactions, SetterThrows]