Index: Source/core/html/HTMLIFrameElement.cpp |
diff --git a/Source/core/html/HTMLIFrameElement.cpp b/Source/core/html/HTMLIFrameElement.cpp |
index 6bb3b29043c9f094af67ad0fb402177806743e61..688cb00190a7e8bacebe0ee618a8a5fe45ba06de 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); |