| Index: sky/engine/core/dom/StyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCollection.h b/sky/engine/core/dom/StyleSheetCollection.h
|
| index 6f26cc3ff5283a31452c84dfbe55609120e6bdc4..18263df8c5c72580e55b4a2453487804886e7f7b 100644
|
| --- a/sky/engine/core/dom/StyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/StyleSheetCollection.h
|
| @@ -59,8 +59,6 @@ public:
|
| void appendActiveStyleSheet(CSSStyleSheet*);
|
| void appendSheetForList(StyleSheet*);
|
|
|
| - virtual void trace(Visitor*);
|
| -
|
| protected:
|
| Vector<RefPtr<StyleSheet> > m_styleSheetsForStyleSheetList;
|
| Vector<RefPtr<CSSStyleSheet> > m_activeAuthorStyleSheets;
|
|
|