| Index: sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| index f12de44beb7268b680fe66823de03994e6259da6..48c10585e33a2cf0425fd4135894d4e58bf48742 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -62,13 +62,9 @@ public:
|
| void resetAuthorStyle();
|
|
|
| private:
|
| - explicit ScopedStyleResolver(TreeScope& scope)
|
| - : m_scope(scope)
|
| - {
|
| - }
|
| + explicit ScopedStyleResolver(TreeScope&);
|
|
|
| RawPtr<TreeScope> m_scope;
|
| -
|
| Vector<RawPtr<CSSStyleSheet> > m_authorStyleSheets;
|
|
|
| typedef HashMap<const StringImpl*, RefPtr<StyleRuleKeyframes> > KeyframesRuleMap;
|
|
|