summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Event.h')
-rw-r--r--WebCore/dom/Event.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/dom/Event.h b/WebCore/dom/Event.h
index 82ac8ec..0d2f2b9 100644
--- a/WebCore/dom/Event.h
+++ b/WebCore/dom/Event.h
@@ -24,6 +24,7 @@
#ifndef Event_h
#define Event_h
+#include "DOMTimeStamp.h"
#include "EventTarget.h"
#include <wtf/RefCounted.h>
#include <wtf/text/AtomicString.h>
@@ -32,9 +33,6 @@ namespace WebCore {
class Clipboard;
- // FIXME: this should probably defined elsewhere.
- typedef unsigned long long DOMTimeStamp;
-
class Event : public RefCounted<Event> {
public:
enum PhaseType {
@@ -131,6 +129,9 @@ namespace WebCore {
virtual bool isIDBErrorEvent() const;
virtual bool isIDBSuccessEvent() const;
#endif
+#if ENABLE(WEB_AUDIO)
+ virtual bool isAudioProcessingEvent() const;
+#endif
#if ENABLE(WORKERS)
virtual bool isErrorEvent() const;
#endif