summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/EventNames.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/EventNames.h')
-rw-r--r--Source/WebCore/dom/EventNames.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/WebCore/dom/EventNames.h b/Source/WebCore/dom/EventNames.h
index a616f7476..860423225 100644
--- a/Source/WebCore/dom/EventNames.h
+++ b/Source/WebCore/dom/EventNames.h
@@ -185,6 +185,18 @@ namespace WebCore {
\
macro(webkitspeechchange) \
\
+ macro(audiostart) \
+ macro(soundstart) \
+ macro(speechstart) \
+ macro(speechend) \
+ macro(soundend) \
+ macro(audioend) \
+ macro(result) \
+ macro(nomatch) \
+ macro(resultdeleted) \
+ macro(start) \
+ macro(end) \
+ \
macro(webglcontextlost) \
macro(webglcontextrestored) \
macro(webglcontextcreationerror) \