| Index: sky/engine/core/css/StyleSheetList.h
|
| diff --git a/sky/engine/core/css/StyleSheetList.h b/sky/engine/core/css/StyleSheetList.h
|
| index 284793fed15ebb5991834b43841e8cf3e2d869a6..a6b5b9374ea17ac912b4300e29161ecd39270164 100644
|
| --- a/sky/engine/core/css/StyleSheetList.h
|
| +++ b/sky/engine/core/css/StyleSheetList.h
|
| @@ -53,8 +53,6 @@ public:
|
|
|
| CSSStyleSheet* anonymousNamedGetter(const AtomicString&);
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| StyleSheetList(TreeScope*);
|
| const Vector<RefPtr<StyleSheet> >& styleSheets();
|
|
|