| Index: Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
|
| index 4b3829c359e5e4b0ad843f0e092b05de25dd1c80..5d07f12dcf755ec185f5a2b356ab648f1f049a05 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/Source/core/css/CSSStyleDeclaration.h
|
| @@ -66,7 +66,7 @@ public:
|
| virtual String getPropertyValueInternal(CSSPropertyID) = 0;
|
| virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) = 0;
|
|
|
| - virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue) const = 0;
|
| + virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue&) const = 0;
|
| virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|