Index: core/css/CSSStyleDeclaration.idl |
diff --git a/core/css/CSSStyleDeclaration.idl b/core/css/CSSStyleDeclaration.idl |
index 45127b629cb599448ae07106cd61b4ec4843cf5c..1e7803afd3aee0ee2973aabbe425daa883dd1ba2 100644 |
--- a/core/css/CSSStyleDeclaration.idl |
+++ b/core/css/CSSStyleDeclaration.idl |
@@ -34,7 +34,7 @@ |
readonly attribute unsigned long length; |
getter DOMString item([Default=Undefined] optional unsigned long index); |
- [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter (DOMString or float) (DOMString name); |
+ [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name); |
[Custom] setter void (DOMString propertyName, DOMString? propertyValue); |
readonly attribute CSSRule parentRule; |