Index: Source/core/html/HTMLDocument.cpp |
diff --git a/Source/core/html/HTMLDocument.cpp b/Source/core/html/HTMLDocument.cpp |
index 296cd6b28fb52d3e3eecdf60a8c9a962987285d2..db35acb669369d5d19d697049a55b0c43499fdd3 100644 |
--- a/Source/core/html/HTMLDocument.cpp |
+++ b/Source/core/html/HTMLDocument.cpp |
@@ -300,13 +300,6 @@ bool HTMLDocument::isCaseSensitiveAttribute(const QualifiedName& attributeName) |
return !isPossibleHTMLAttr || !htmlCaseInsensitiveAttributesSet->contains(attributeName.localName().impl()); |
} |
-void HTMLDocument::clear() |
-{ |
- // FIXME: This does nothing, and that seems unlikely to be correct. |
- // We've long had a comment saying that IE doesn't support this. |
- // But I do see it in the documentation for Mozilla. |
-} |
- |
void HTMLDocument::write(DOMWindow* callingWindow, const Vector<String>& text) |
{ |
ASSERT(callingWindow); |