| Index: Source/WebCore/html/HTMLIFrameElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLIFrameElement.cpp b/Source/WebCore/html/HTMLIFrameElement.cpp
|
| index 8b017e6a860488fae920695e99b1753835287d90..5bf7e3b3aafdca369e96948f647bbf6e1bc9070b 100644
|
| --- a/Source/WebCore/html/HTMLIFrameElement.cpp
|
| +++ b/Source/WebCore/html/HTMLIFrameElement.cpp
|
| @@ -43,6 +43,7 @@ inline HTMLIFrameElement::HTMLIFrameElement(const QualifiedName& tagName, Docume
|
| : HTMLFrameElementBase(tagName, document)
|
| {
|
| ASSERT(hasTagName(iframeTag));
|
| + ScriptWrappable::init(this);
|
| setHasCustomStyleCallbacks();
|
| }
|
|
|
|
|