Index: Source/core/css/PropertySetCSSStyleDeclaration.h |
diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.h b/Source/core/css/PropertySetCSSStyleDeclaration.h |
index fbbc83d470359872dd021017e669f56958baa2fc..b6ab0bc8551fca42a7b18a574aa821c63f055c1f 100644 |
--- a/Source/core/css/PropertySetCSSStyleDeclaration.h |
+++ b/Source/core/css/PropertySetCSSStyleDeclaration.h |
@@ -62,7 +62,7 @@ private: |
virtual String getPropertyValueInternal(CSSPropertyID) override final; |
virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override final; |
- virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue) const override final; |
+ virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue&) const override final; |
protected: |
enum MutationType { NoChanges, PropertyChanged }; |