| Index: sky/engine/core/editing/DOMSelection.cpp
|
| diff --git a/sky/engine/core/editing/DOMSelection.cpp b/sky/engine/core/editing/DOMSelection.cpp
|
| index 6030615a90f8664a6004c8c602993b1ad33e3264..cec43fe96da53ea99703d823dc80039a2cc026ff 100644
|
| --- a/sky/engine/core/editing/DOMSelection.cpp
|
| +++ b/sky/engine/core/editing/DOMSelection.cpp
|
| @@ -64,7 +64,6 @@ DOMSelection::DOMSelection(const TreeScope* treeScope)
|
| : DOMWindowProperty(treeScope->rootNode().document().frame())
|
| , m_treeScope(treeScope)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void DOMSelection::clearTreeScope()
|
|
|