| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index cf898f2fc224753f46802b5d0739999cd8819cfb..1a2912b21f43d6b01c934e48d76262199559fe4d 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -73,8 +73,7 @@ public:
|
| void detachFromDocument();
|
| #endif
|
|
|
| - const Vector<RefPtr<CSSStyleSheet> >& styleSheetsForStyleSheetList(TreeScope&);
|
| -
|
| + const Vector<RefPtr<CSSStyleSheet>>& activeAuthorStyleSheetsFor(TreeScope&);
|
| const Vector<RefPtr<CSSStyleSheet> >& documentAuthorStyleSheets() const { return m_authorStyleSheets; }
|
|
|
| void modifiedStyleSheet(CSSStyleSheet*);
|
|
|