| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 804dc69a76d980d891412a26d360ed16fc7cfeb0..08b884417cd20c28da7db087764db527a333087e 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -229,8 +229,7 @@ public:
|
| StyleResolver* styleResolver() const;
|
| StyleResolver& ensureStyleResolver() const;
|
|
|
| - bool isRenderingReady() const { return haveImportsLoaded(); }
|
| - bool isScriptExecutionReady() const { return isRenderingReady(); }
|
| + bool isScriptExecutionReady() const { return haveImportsLoaded(); }
|
|
|
| StyleEngine* styleEngine() { return m_styleEngine.get(); }
|
|
|
|
|