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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/html/HTMLHtmlElement.h b/WebCore/html/HTMLHtmlElement.h
index 2e3b05a..2154d95 100644
--- a/WebCore/html/HTMLHtmlElement.h
+++ b/WebCore/html/HTMLHtmlElement.h
@@ -40,6 +40,10 @@ public:
virtual int tagPriority() const { return 11; }
virtual bool checkDTD(const Node* newChild);
+#if ENABLE(OFFLINE_WEB_APPLICATIONS)
+ virtual void insertedIntoDocument();
+#endif
+
String version() const;
void setVersion(const String&);
};