Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
index f57c4f2e58a60054ba6db099ccbbc73aa7d74cd5..8d01a3f5a28586165f7e69c64b4170a70575d2ea 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
@@ -109,7 +109,7 @@ class MODULES_EXPORT BaseAudioContext : public EventTargetWithInlineData, |
} |
// Document notification |
- void stop() final; |
+ void contextDestroyed() final; |
bool hasPendingActivity() const final; |
// Cannnot be called from the audio thread. |