summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLFrameElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElement.cpp')
-rw-r--r--Source/WebCore/html/HTMLFrameElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLFrameElement.cpp b/Source/WebCore/html/HTMLFrameElement.cpp
index 71c8f3f..f5297da 100644
--- a/Source/WebCore/html/HTMLFrameElement.cpp
+++ b/Source/WebCore/html/HTMLFrameElement.cpp
@@ -41,6 +41,7 @@ inline HTMLFrameElement::HTMLFrameElement(const QualifiedName& tagName, Document
, m_noResize(false)
{
ASSERT(hasTagName(frameTag));
+ setIeForbidsInsertHTML();
}
PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const QualifiedName& tagName, Document* document)