diff options
Diffstat (limited to 'WebCore/html/HTMLHtmlElement.h')
-rw-r--r-- | WebCore/html/HTMLHtmlElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLHtmlElement.h b/WebCore/html/HTMLHtmlElement.h index e854fb1..47503f7 100644 --- a/WebCore/html/HTMLHtmlElement.h +++ b/WebCore/html/HTMLHtmlElement.h @@ -36,6 +36,8 @@ public: private: HTMLHtmlElement(const QualifiedName&, Document*); + virtual bool isURLAttribute(Attribute*) const; + #if ENABLE(OFFLINE_WEB_APPLICATIONS) virtual void insertedIntoDocument(); #endif |