| Index: sky/engine/core/frame/LocalDOMWindow.cpp
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.cpp b/sky/engine/core/frame/LocalDOMWindow.cpp
|
| index f76ba60fe0611ac4bf3f39be66a32d6419a4ee86..c025225b805843639a7f9d316f4619f9ce2e8535 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.cpp
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.cpp
|
| @@ -200,7 +200,6 @@ LocalDOMWindow::LocalDOMWindow(LocalFrame& frame)
|
| , m_hasBeenReset(false)
|
| #endif
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void LocalDOMWindow::clearDocument()
|
|
|