| Index: Source/core/editing/DOMSelection.cpp
|
| diff --git a/Source/core/editing/DOMSelection.cpp b/Source/core/editing/DOMSelection.cpp
|
| index 6012b131dbfb49621d2f7980ef49dffd783e7777..52e8163d1c0182a9329a7872eee4ab738a948f2c 100644
|
| --- a/Source/core/editing/DOMSelection.cpp
|
| +++ b/Source/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()
|
|
|