summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBodyElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBodyElement.h')
-rw-r--r--WebCore/html/HTMLBodyElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLBodyElement.h b/WebCore/html/HTMLBodyElement.h
index d5efab3..575d562 100644
--- a/WebCore/html/HTMLBodyElement.h
+++ b/WebCore/html/HTMLBodyElement.h
@@ -57,8 +57,6 @@ public:
void setOnbeforeunload(PassRefPtr<EventListener>);
EventListener* onmessage() const;
void setOnmessage(PassRefPtr<EventListener>);
- EventListener* onhashchange() const;
- void setOnhashchange(PassRefPtr<EventListener>);
EventListener* onoffline() const;
void setOnoffline(PassRefPtr<EventListener>);
EventListener* ononline() const;