summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLHtmlElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLHtmlElement.h')
-rw-r--r--WebCore/html/HTMLHtmlElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLHtmlElement.h b/WebCore/html/HTMLHtmlElement.h
index ed04703..34879ed 100644
--- a/WebCore/html/HTMLHtmlElement.h
+++ b/WebCore/html/HTMLHtmlElement.h
@@ -33,9 +33,6 @@ public:
static PassRefPtr<HTMLHtmlElement> create(Document*);
static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document*);
- String version() const;
- void setVersion(const String&);
-
private:
HTMLHtmlElement(const QualifiedName&, Document*);