| Index: Source/core/css/PropertySetCSSStyleDeclaration.h
|
| diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.h b/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| index 85169d5af3c2d034ffe91f601e04e37ffc4a5ec2..40a59ec0c5a54573997b38be64ab1d5eeb2813e2 100644
|
| --- a/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| +++ b/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| @@ -72,6 +72,7 @@ private:
|
| virtual void setVariableValue(const AtomicString& name, const String& value, ExceptionCode&) OVERRIDE;
|
| virtual bool removeVariable(const AtomicString& name) OVERRIDE;
|
| virtual void clearVariables(ExceptionCode&) OVERRIDE;
|
| + virtual PassRefPtr<CSSVariablesIterator> variablesIterator() const OVERRIDE;
|
|
|
| virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE;
|
| virtual PassRefPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
|
|
|