summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOutputElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOutputElement.cpp')
-rw-r--r--WebCore/html/HTMLOutputElement.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLOutputElement.cpp b/WebCore/html/HTMLOutputElement.cpp
index dee21ae..b83263e 100644
--- a/WebCore/html/HTMLOutputElement.cpp
+++ b/WebCore/html/HTMLOutputElement.cpp
@@ -58,7 +58,6 @@ const AtomicString& HTMLOutputElement::formControlType() const
void HTMLOutputElement::parseMappedAttribute(Attribute* attr)
{
- // FIXME: Should handle the 'form' attribute here.
if (attr->name() == HTMLNames::forAttr)
setFor(attr->value());
else
@@ -75,11 +74,6 @@ void HTMLOutputElement::setFor(const String& value)
m_tokens->setValue(value);
}
-void HTMLOutputElement::setForm(const String& /*id*/)
-{
- // FIXME: Implement this function.
-}
-
void HTMLOutputElement::childrenChanged(bool createdByParser, Node*, Node*, int)
{
if (createdByParser || m_isSetTextContentInProgress) {