| Index: Source/core/html/HTMLIFrameElement.cpp
|
| diff --git a/Source/core/html/HTMLIFrameElement.cpp b/Source/core/html/HTMLIFrameElement.cpp
|
| index 8eb3ba10e3b67a434483f65a6792ca1386a491c5..04e62b5ca56c06579c9fc3740828fc576be19b7b 100644
|
| --- a/Source/core/html/HTMLIFrameElement.cpp
|
| +++ b/Source/core/html/HTMLIFrameElement.cpp
|
| @@ -41,6 +41,7 @@ using namespace HTMLNames;
|
|
|
| inline HTMLIFrameElement::HTMLIFrameElement(const QualifiedName& tagName, Document* document)
|
| : HTMLFrameElementBase(tagName, document)
|
| + , m_didLoadNonEmptyDocument(false)
|
| {
|
| ASSERT(hasTagName(iframeTag));
|
| ScriptWrappable::init(this);
|
|
|