Index: Source/core/css/CSSStyleDeclaration.idl |
diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl |
index 24fdfbb82bdee6a9d0905e8efd42c79a46506aac..8fd1965a75548f6598a6ad9289f2ffc40a186b6d 100644 |
--- a/Source/core/css/CSSStyleDeclaration.idl |
+++ b/Source/core/css/CSSStyleDeclaration.idl |
@@ -45,5 +45,5 @@ |
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute |
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute |
[Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name); |
- [Custom] setter void (DOMString property, DOMString? propertyValue); |
+ [CallWith=ScriptState, RaisesException] setter void (DOMString property, DOMString? propertyValue); |
}; |