Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Unified Diff: Source/modules/webaudio/AudioContext.h

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698