| 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 a6cebdfd1f20b57fb4491428c8ef9022da0af7ae..5f583be0b36d63d1e386d7c1835ae4e766fb0896 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h
|
| @@ -31,8 +31,6 @@ class MODULES_EXPORT AudioWorkletThread final : public WorkerThread {
|
| // 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();
|
|
|
|
|