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

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

Issue 2345693002: Move close() from BaseAudioContext to AudioContext (Closed)
Patch Set: Update expected results Created 4 years, 3 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: third_party/WebKit/Source/modules/webaudio/AudioContext.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContext.h b/third_party/WebKit/Source/modules/webaudio/AudioContext.h
index 3e994bca9e48a9c7e8ff9973609b56fc298d63c0..04d2df750606fc29771c174f70a462cfb7a07379 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioContext.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioContext.h
@@ -26,7 +26,7 @@ public:
~AudioContext() override;
DECLARE_VIRTUAL_TRACE();
- ScriptPromise closeContext(ScriptState*) final;
+ ScriptPromise closeContext(ScriptState*);
bool isContextClosed() const final;
ScriptPromise suspendContext(ScriptState*) final;

Powered by Google App Engine
This is Rietveld 408576698