| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 1ff6282d44d7de7872378859d742e7bfe9331616..38fbf2bfa73e78a13b270e395f7e9fc9207a9f72 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -42,6 +42,7 @@ class CORE_EXPORT InspectorDebuggerAgent
|
| , public V8DebuggerAgent::Client {
|
| public:
|
| ~InspectorDebuggerAgent() override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| // InspectorBackendDispatcher::DebuggerCommandHandler implementation.
|
| void enable(ErrorString*) override;
|
| @@ -108,7 +109,7 @@ public:
|
| protected:
|
| InspectorDebuggerAgent(InjectedScriptManager*, V8Debugger*, int contextGroupId);
|
|
|
| - OwnPtr<V8DebuggerAgent> m_v8DebuggerAgent;
|
| + OwnPtrWillBeMember<V8DebuggerAgent> m_v8DebuggerAgent;
|
| };
|
|
|
| } // namespace blink
|
|
|