Index: Source/core/inspector/PageDebuggerAgent.h |
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h |
index 76b634225e701b1fa290fdebd01c8a10433afe7c..0f7f5bc661b9d5e8c0932171510f6b5a36656c9c 100644 |
--- a/Source/core/inspector/PageDebuggerAgent.h |
+++ b/Source/core/inspector/PageDebuggerAgent.h |
@@ -48,7 +48,6 @@ class CORE_EXPORT PageDebuggerAgent final |
: public InspectorDebuggerAgent { |
WTF_MAKE_NONCOPYABLE(PageDebuggerAgent); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PageDebuggerAgent); |
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PageDebuggerAgent); |
public: |
static PassOwnPtrWillBeRawPtr<PageDebuggerAgent> create(MainThreadDebugger*, InspectorPageAgent*, InjectedScriptManager*); |
~PageDebuggerAgent() override; |