| Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| index 5f583be0b36d63d1e386d7c1835ae4e766fb0896..a6cebdfd1f20b57fb4491428c8ef9022da0af7ae 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| @@ -31,6 +31,8 @@
|
| // The backing thread is cleared by clearSharedBackingThread().
|
| void clearWorkerBackingThread() override {}
|
|
|
| + bool shouldAttachThreadDebugger() const override { return false; }
|
| +
|
| // This may block the main thread.
|
| static void collectAllGarbage();
|
|
|
|
|