summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLBRElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLBRElement.cpp')
-rw-r--r--Source/WebCore/html/HTMLBRElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLBRElement.cpp b/Source/WebCore/html/HTMLBRElement.cpp
index e8f4520..da20fbf 100644
--- a/Source/WebCore/html/HTMLBRElement.cpp
+++ b/Source/WebCore/html/HTMLBRElement.cpp
@@ -36,6 +36,7 @@ HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document* document)
: HTMLElement(tagName, document)
{
ASSERT(hasTagName(brTag));
+ setIeForbidsInsertHTML();
}
PassRefPtr<HTMLBRElement> HTMLBRElement::create(Document* document)