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

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

Issue 2456733002: DevTools: Make WorkerThreadDebugger available for Worklets (Closed)
Patch Set: address review comments Created 4 years, 1 month 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/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();

Powered by Google App Engine
This is Rietveld 408576698