| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index 0cdb36266f8444887b94b4da8749ba8f5fc8697d..7182a5a535b7cc6ca9fbd830b9229a345867d300 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -80,7 +80,6 @@ public:
|
| void addStyleSheetCandidateNode(Node*, bool createdByParser);
|
| void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode, TreeScope&);
|
|
|
| - void clearMediaQueryRuleSetStyleSheets();
|
| void updateActiveStyleSheets();
|
|
|
| bool ignoringPendingStylesheets() const { return m_ignorePendingStylesheets; }
|
| @@ -148,7 +147,6 @@ private:
|
|
|
| typedef ListHashSet<TreeScope*, 16> TreeScopeSet;
|
| static void insertTreeScopeInDocumentOrder(TreeScopeSet&, TreeScope*);
|
| - void clearMediaQueryRuleSetOnTreeScopeStyleSheets(TreeScopeSet treeScopes);
|
|
|
| void createResolver();
|
|
|
|
|