| Index: sky/engine/core/dom/Node.cpp
|
| diff --git a/sky/engine/core/dom/Node.cpp b/sky/engine/core/dom/Node.cpp
|
| index 880e02f6e4ac0ee7cb502fffb5a6d374165e87d0..9fdae2291c4c3326d5748141906e5f8b03a1865e 100644
|
| --- a/sky/engine/core/dom/Node.cpp
|
| +++ b/sky/engine/core/dom/Node.cpp
|
| @@ -223,7 +223,6 @@ Node::Node(TreeScope* treeScope, ConstructionType type)
|
| , m_next(nullptr)
|
| {
|
| ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot);
|
| - ScriptWrappable::init(this);
|
| #if !ENABLE(OILPAN)
|
| if (m_treeScope)
|
| m_treeScope->guardRef();
|
|
|