| Index: Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
|
| index a10b29fa972f2c22dc019cae12e8712a168fdbb6..4f1bdf69650949d598a7c77f42dddac8fd86da35 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/Source/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;
|
|
|