| Index: core/css/CSSStyleDeclaration.idl
|
| diff --git a/core/css/CSSStyleDeclaration.idl b/core/css/CSSStyleDeclaration.idl
|
| index c94f081dadc81292e0872c8f11d6a14e2458ff15..4f1bdf69650949d598a7c77f42dddac8fd86da35 100644
|
| --- a/core/css/CSSStyleDeclaration.idl
|
| +++ b/core/css/CSSStyleDeclaration.idl
|
| @@ -28,8 +28,8 @@
|
| CSSValue getPropertyCSSValue([Default=Undefined] optional DOMString propertyName);
|
| [TreatReturnedNullStringAs=Null, RaisesException] DOMString removeProperty([Default=Undefined] optional DOMString propertyName);
|
| [TreatReturnedNullStringAs=Null] DOMString getPropertyPriority([Default=Undefined] optional DOMString propertyName);
|
| - [RaisesException] void setProperty([Default=Undefined] optional DOMString propertyName,
|
| - [TreatNullAs=NullString,Default=Undefined] optional DOMString value,
|
| + [RaisesException] void setProperty([Default=Undefined] optional DOMString propertyName,
|
| + [TreatNullAs=NullString,Default=Undefined] optional DOMString value,
|
| [Default=Undefined] optional DOMString priority);
|
|
|
| readonly attribute unsigned long length;
|
| @@ -37,5 +37,6 @@
|
| [Custom, CustomEnumerateProperty] getter (DOMString or float) (DOMString name);
|
| [Custom] setter void (DOMString propertyName, [TreatNullAs=NullString] DOMString propertyValue);
|
| readonly attribute CSSRule parentRule;
|
| + [EnabledAtRuntime=CSSVariables] readonly attribute CSSVariablesMap var;
|
| };
|
|
|
|
|