| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 8a5ba2da7e6e62757bd47dfe251fa94fb0d8830e..f605f7a4a676c2945331d6fa1ea6ca82d5f3e9bb 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -270,7 +270,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();
|
|
|