| Index: third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| index 7ada22d44a3c111d4b2a5af2dbebc12367f03ba0..06eca5ee9464a8121d86935536fdb730c7bf9aca 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -53,7 +53,6 @@ public:
|
| }
|
|
|
| ~InspectorInspectorAgent() override;
|
| - DECLARE_VIRTUAL_TRACE();
|
|
|
| // Inspector front-end API.
|
| void enable(ErrorString*) override;
|
| @@ -71,7 +70,7 @@ public:
|
| private:
|
| explicit InspectorInspectorAgent(InjectedScriptManager*);
|
|
|
| - RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| + InjectedScriptManager* m_injectedScriptManager;
|
|
|
| Vector<std::pair<long, String>> m_pendingEvaluateTestCommands;
|
| };
|
|
|