| Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| index 3d847d996839573affff81fde403dd3a6cb1f31a..42e175a2e9902c992f1bfc908066f216cbad00d1 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| @@ -113,7 +113,8 @@ public:
|
| void stop() final;
|
| bool hasPendingActivity() const final;
|
|
|
| - AudioDestinationNode* destination() const { return m_destinationNode.get(); }
|
| + // Cannnot be called from the audio thread.
|
| + AudioDestinationNode* destination() const;
|
|
|
| size_t currentSampleFrame() const
|
| {
|
|
|