summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/EventTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/EventTarget.h')
-rw-r--r--Source/WebCore/dom/EventTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/dom/EventTarget.h b/Source/WebCore/dom/EventTarget.h
index 31644b7..3544ce6 100644
--- a/Source/WebCore/dom/EventTarget.h
+++ b/Source/WebCore/dom/EventTarget.h
@@ -40,6 +40,7 @@
namespace WebCore {
+ class AudioContext;
class AbstractWorker;
class DedicatedWorkerContext;
class DOMApplicationCache;
@@ -122,6 +123,7 @@ namespace WebCore {
#endif
#if ENABLE(WEB_AUDIO)
+ virtual AudioContext* toAudioContext();
virtual JavaScriptAudioNode* toJavaScriptAudioNode();
#endif