Index: Source/core/inspector/WorkerDebuggerAgent.h |
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h |
index 67323ba11b03d545d3713524268115444566b68b..2d174a9bd6e4dd57cfa1a1d39036cddac758ac1a 100644 |
--- a/Source/core/inspector/WorkerDebuggerAgent.h |
+++ b/Source/core/inspector/WorkerDebuggerAgent.h |
@@ -41,7 +41,6 @@ class WorkerThreadDebugger; |
class WorkerDebuggerAgent final : public InspectorDebuggerAgent { |
WTF_MAKE_NONCOPYABLE(WorkerDebuggerAgent); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerDebuggerAgent); |
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerDebuggerAgent); |
public: |
static PassOwnPtrWillBeRawPtr<WorkerDebuggerAgent> create(WorkerThreadDebugger*, WorkerGlobalScope*, InjectedScriptManager*); |
~WorkerDebuggerAgent() override; |