Index: Source/core/css/CSSStyleDeclaration.idl |
diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl |
index 8107ef5d3905aeb596a7c88989b8936c883c08cf..164fe2c5126581799797549b28ec3f81427b5d2e 100644 |
--- a/Source/core/css/CSSStyleDeclaration.idl |
+++ b/Source/core/css/CSSStyleDeclaration.idl |
@@ -44,6 +44,6 @@ |
// The camel-cased and dashed attribute getters have custom bindings. |
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute |
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute |
- [Custom=(PropertyGetter,PropertyQuery)] getter (DOMString or float) (DOMString name); |
+ [CallWith=ScriptState, RaisesException, Custom=PropertyGetter] getter (DOMString or float) (DOMString name); |
[CallWith=ScriptState, RaisesException] setter void (DOMString property, DOMString? propertyValue); |
}; |