Index: Source/modules/webaudio/AudioContext.h |
diff --git a/Source/modules/webaudio/AudioContext.h b/Source/modules/webaudio/AudioContext.h |
index d6c9f8b94dd35250a394af0793db2307a907b594..7eaf3965e28bd268821a4933d9652dd10a85e2d8 100644 |
--- a/Source/modules/webaudio/AudioContext.h |
+++ b/Source/modules/webaudio/AudioContext.h |
@@ -79,7 +79,7 @@ class AudioContext : public ThreadSafeRefCountedWillBeThreadSafeRefCountedGarbag |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AudioContext); |
public: |
// Create an AudioContext for rendering to the audio hardware. |
- static PassRefPtrWillBeRawPtr<AudioContext> create(Document&, ExceptionState&); |
+ static PassRefPtrWillBeRawPtr<AudioContext> create(ExecutionContext*, ExceptionState&); |
virtual ~AudioContext(); |