| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index e259da8470625b6af560a0cfcf36723a7f5219d9..92b1712d95dee632f110660406656d603b8dd976 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -320,7 +320,6 @@ Document::Document(const DocumentInit& initializer, DocumentClassFlags documentC
|
| , m_styleRecalcElementCounter(0)
|
| {
|
| setClient(this);
|
| - ScriptWrappable::init(this);
|
|
|
| m_fetcher = ResourceFetcher::create(this);
|
|
|
|
|