| Index: Source/core/html/HTMLFrameSetElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp
|
| index e7ca2bd8b9fe40f9bc3b3b1d9adbab442bd16108..df3604a800935a1212d83b25ca263cf27d4c4273 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -49,7 +49,6 @@ inline HTMLFrameSetElement::HTMLFrameSetElement(Document& document)
|
| , m_frameborderSet(false)
|
| , m_noresize(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| setHasCustomStyleCallbacks();
|
| }
|
|
|
|
|