| Index: Source/core/css/CSSStyleDeclaration.idl
|
| diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
|
| index c94f081dadc81292e0872c8f11d6a14e2458ff15..a10b29fa972f2c22dc019cae12e8712a168fdbb6 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.idl
|
| +++ b/Source/core/css/CSSStyleDeclaration.idl
|
| @@ -37,5 +37,6 @@
|
| [Custom, CustomEnumerateProperty] getter (DOMString or float) (DOMString name);
|
| [Custom] setter void (DOMString propertyName, [TreatNullAs=NullString] DOMString propertyValue);
|
| readonly attribute CSSRule parentRule;
|
| + [EnabledAtRuntime=CSSVariables] readonly attribute CSSVariablesMap var;
|
| };
|
|
|
|
|