| Index: sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.h b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| index db0e839ceae5aa173c02d7ad6678f00d96ed0337..d6ac26584e013d025b0f7821bc7098e640aa888c 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| @@ -75,7 +75,6 @@ private:
|
| CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
|
|
|
| // CSSOM functions. Don't make these public.
|
| - virtual CSSRule* parentRule() const override;
|
| virtual unsigned length() const override;
|
| virtual String item(unsigned index) const override;
|
| PassRefPtr<RenderStyle> computeRenderStyle(CSSPropertyID) const;
|
|
|