| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 0483c9bd1fea6b63483c4a1fe3ef1ea454082c5e..44e206565df9a49af194e72ac898930b7efb953d 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -88,7 +88,6 @@ private:
|
| virtual unsigned length() const override;
|
| virtual String item(unsigned index) const override;
|
| PassRefPtr<RenderStyle> computeRenderStyle() const;
|
| - virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) override;
|
| virtual String getPropertyValue(const String& propertyName) override;
|
| virtual String getPropertyPriority(const String& propertyName) override;
|
| virtual String getPropertyShorthand(const String& propertyName) override;
|
|
|