| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 8fbc30de8c915ab72d9f73f292f96dc0fb3fbc5c..46f1b6f41bb8bab6844cc0db98da05abb9593d07 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -87,7 +87,7 @@ private:
|
| virtual CSSRule* parentRule() const OVERRIDE;
|
| virtual unsigned length() const OVERRIDE;
|
| virtual String item(unsigned index) const OVERRIDE;
|
| - PassRefPtr<RenderStyle> computeRenderStyle(CSSPropertyID) const;
|
| + 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;
|
|
|