summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFrameElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFrameElement.cpp')
-rw-r--r--WebCore/html/HTMLFrameElement.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/WebCore/html/HTMLFrameElement.cpp b/WebCore/html/HTMLFrameElement.cpp
index 3ccc87f..71c8f3f 100644
--- a/WebCore/html/HTMLFrameElement.cpp
+++ b/WebCore/html/HTMLFrameElement.cpp
@@ -91,15 +91,8 @@ void HTMLFrameElement::parseMappedAttribute(Attribute* attr)
// FIXME: If we are already attached, this has no effect.
// FIXME: Since this does not check attr->isNull(), it can
// never reset m_noResize to false if the attribute is removed.
- // FIXME: There seems to be no code that looks at this
- // value and prevents resizing.
} else
HTMLFrameElementBase::parseMappedAttribute(attr);
}
-void HTMLFrameElement::setNoResize(bool noResize)
-{
- setAttribute(noresizeAttr, noResize ? "" : 0);
-}
-
} // namespace WebCore