Index: Source/core/css/CSSStyleDeclaration.h |
diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h |
index efd3c755e84fbb56dc69246bc5511994128ab655..2b1b60a5d4b7e15ec00f190e8b5ff66c692db605 100644 |
--- a/Source/core/css/CSSStyleDeclaration.h |
+++ b/Source/core/css/CSSStyleDeclaration.h |
@@ -50,7 +50,6 @@ public: |
virtual void setCSSText(const String&, ExceptionState&) = 0; |
virtual unsigned length() const = 0; |
virtual String item(unsigned index) const = 0; |
- virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) = 0; |
virtual String getPropertyValue(const String& propertyName) = 0; |
virtual String getPropertyPriority(const String& propertyName) = 0; |
virtual String getPropertyShorthand(const String& propertyName) = 0; |