| Index: Source/WebCore/html/HTMLFrameElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLFrameElement.cpp b/Source/WebCore/html/HTMLFrameElement.cpp
|
| index 1b28c21072442e0d700652e114fdb682f5575204..9f5bb8a72c4517ab27ea81feaf887a54ce517912 100644
|
| --- a/Source/WebCore/html/HTMLFrameElement.cpp
|
| +++ b/Source/WebCore/html/HTMLFrameElement.cpp
|
| @@ -40,6 +40,7 @@ inline HTMLFrameElement::HTMLFrameElement(const QualifiedName& tagName, Document
|
| , m_frameBorderSet(false)
|
| {
|
| ASSERT(hasTagName(frameTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const QualifiedName& tagName, Document* document)
|
|
|