| Index: Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
|
| index b60f40c5ce3ddade5d893fea210d376d05fcbb8c..7fecb7cf876ceb30f5b2eda6a8da4d09e6808815 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -33,7 +33,7 @@
|
|
|
| readonly attribute unsigned long length;
|
| getter DOMString item([Default=Undefined] optional unsigned long index);
|
| - [Custom=PropertyGetter|PropertyEnumerator] getter (DOMString or float) (DOMString name);
|
| + [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter (DOMString or float) (DOMString name);
|
| [Custom] setter void (DOMString propertyName, [TreatNullAs=NullString] DOMString propertyValue);
|
| readonly attribute CSSRule parentRule;
|
| [RuntimeEnabled=CSSVariables] readonly attribute CSSVariablesMap var;
|
|
|