| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index d02dc770210010bb592cc75a691e287b1123dc80..cb45790ccfcb011f655576a830d9724d6ef5c541 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -528,7 +528,6 @@ public:
|
|
|
| void didLoadAllParserBlockingResources();
|
| void didRemoveAllPendingStylesheet();
|
| - void clearStyleResolver();
|
|
|
| bool inStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::InStyleRecalc; }
|
|
|
|
|