summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Event.h')
-rw-r--r--Source/WebCore/dom/Event.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/dom/Event.h b/Source/WebCore/dom/Event.h
index ba9576b..d4d7e06 100644
--- a/Source/WebCore/dom/Event.h
+++ b/Source/WebCore/dom/Event.h
@@ -32,6 +32,7 @@
namespace WebCore {
class EventTarget;
+ class EventDispatcher;
class Event : public RefCounted<Event> {
public:
@@ -165,6 +166,8 @@ namespace WebCore {
virtual Clipboard* clipboard() const { return 0; }
+ virtual bool dispatch(EventDispatcher*);
+
protected:
Event();
Event(const AtomicString& type, bool canBubble, bool cancelable);