From f74209305ea9b6bb10e1c183c37096f0764118b2 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 13 Oct 2009 10:44:54 +0100 Subject: Removes superfluous unload event getter and setter methods from Node. Do not merge. These were removed from webkit.org in http://trac.webkit.org/changeset/44944. This should have been picked up in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=d227fc870c7a697500a3c900c31baf05fb9a8524, which syncs to webkit.org R47420. This has already been submitted to master branch. --- WebCore/dom/Node.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'WebCore/dom/Node.h') diff --git a/WebCore/dom/Node.h b/WebCore/dom/Node.h index f10e830..753f20e 100644 --- a/WebCore/dom/Node.h +++ b/WebCore/dom/Node.h @@ -658,8 +658,7 @@ public: void setOnsearch(PassRefPtr); EventListener* onselectstart() const; void setOnselectstart(PassRefPtr); - EventListener* onunload() const; - void setOnunload(PassRefPtr); + #if ENABLE(TOUCH_EVENTS) // Android EventListener* ontouchstart() const; void setOntouchstart(PassRefPtr); -- cgit v1.1