| Index: Source/WebCore/html/HTMLFrameSetElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLFrameSetElement.cpp b/Source/WebCore/html/HTMLFrameSetElement.cpp
|
| index e2f97090e9e62025c65468703cebc7328a4376c6..9129a695d7b6a978ab0ffdae6cb880eb2fbde33f 100644
|
| --- a/Source/WebCore/html/HTMLFrameSetElement.cpp
|
| +++ b/Source/WebCore/html/HTMLFrameSetElement.cpp
|
| @@ -56,7 +56,7 @@ HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document*
|
| , m_noresize(false)
|
| {
|
| ASSERT(hasTagName(framesetTag));
|
| -
|
| + ScriptWrappable::init(this);
|
| setHasCustomStyleCallbacks();
|
| }
|
|
|
|
|