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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/html/HTMLHtmlElement.h b/WebCore/html/HTMLHtmlElement.h
index 47503f7..9cad44e 100644
--- a/WebCore/html/HTMLHtmlElement.h
+++ b/WebCore/html/HTMLHtmlElement.h
@@ -33,14 +33,14 @@ public:
static PassRefPtr<HTMLHtmlElement> create(Document*);
static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document*);
+#if ENABLE(OFFLINE_WEB_APPLICATIONS)
+ void insertedByParser();
+#endif
+
private:
HTMLHtmlElement(const QualifiedName&, Document*);
virtual bool isURLAttribute(Attribute*) const;
-
-#if ENABLE(OFFLINE_WEB_APPLICATIONS)
- virtual void insertedIntoDocument();
-#endif
};
} // namespace