| Index: Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
|
| index c24a6ef54aac8c04889ef59343b51fe5dd2fbdd4..fb8ea2db95bbebdab13c3bdb6e024660eec9d4b4 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/Source/core/css/CSSStyleDeclaration.h
|
| @@ -65,8 +65,6 @@ public:
|
| virtual String getPropertyValueInternal(CSSPropertyID) = 0;
|
| virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) = 0;
|
|
|
| - virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const = 0;
|
| -
|
| virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const = 0;
|
| virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
|
|
|
|
|