| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 741588fb759b6d4899cfeda05d8e8ca04f09ef27..804dc69a76d980d891412a26d360ed16fc7cfeb0 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -521,7 +521,6 @@ public:
|
| ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
|
|
|
| void didLoadAllParserBlockingResources();
|
| - void didRemoveAllPendingStylesheet();
|
|
|
| bool inStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::InStyleRecalc; }
|
|
|
|
|