Index: third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
index 52ed15cba20f1f22b60e1ddd8abea2b42a0c98f3..9e806fb8d7471eaf09c9f5a2031061757779af59 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
@@ -25,8 +25,6 @@ class MODULES_EXPORT AbstractAnimationWorkletThread : 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(); |