summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLHtmlElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLHtmlElement.cpp')
-rw-r--r--WebCore/html/HTMLHtmlElement.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/html/HTMLHtmlElement.cpp b/WebCore/html/HTMLHtmlElement.cpp
index 46913a1..93edf6c 100644
--- a/WebCore/html/HTMLHtmlElement.cpp
+++ b/WebCore/html/HTMLHtmlElement.cpp
@@ -50,16 +50,6 @@ PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName
return adoptRef(new HTMLHtmlElement(tagName, document));
}
-String HTMLHtmlElement::version() const
-{
- return getAttribute(versionAttr);
-}
-
-void HTMLHtmlElement::setVersion(const String &value)
-{
- setAttribute(versionAttr, value);
-}
-
bool HTMLHtmlElement::checkDTD(const Node* newChild)
{
return newChild->hasTagName(headTag) || newChild->hasTagName(bodyTag) ||