summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/EventContext.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-01-06 21:36:31 +0000
committerBen Murdoch <benm@google.com>2011-01-07 10:36:05 +0000
commit4a156157940f51b91eadd76f6c86f862ec0a1da0 (patch)
treeee905fa007e14522848f571215c1054734db9269 /WebCore/dom/EventContext.h
parent21d8d81a756ca7e60b5131e5f1006f52799179b0 (diff)
downloadexternal_webkit-4a156157940f51b91eadd76f6c86f862ec0a1da0.zip
external_webkit-4a156157940f51b91eadd76f6c86f862ec0a1da0.tar.gz
external_webkit-4a156157940f51b91eadd76f6c86f862ec0a1da0.tar.bz2
Merge WebKit at Chromium 9.0.597.55: trivial merge by git
Change-Id: I2c6f2ebc4431d15ac82b5b1a9f08159e1731bc57
Diffstat (limited to 'WebCore/dom/EventContext.h')
-rw-r--r--WebCore/dom/EventContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/dom/EventContext.h b/WebCore/dom/EventContext.h
index 8331b4d..9bab9d4 100644
--- a/WebCore/dom/EventContext.h
+++ b/WebCore/dom/EventContext.h
@@ -42,7 +42,6 @@ public:
Node* node() const;
EventTarget* target() const;
- void defaultEventHandler(Event*) const;
void handleLocalEvents(Event*) const;
private: