| Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| index c74b813f8f7c881bef2a17ce77e702ddb670ee74..3c4c9302ecf812250685ca5bb6bb26ad00995238 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -62,7 +62,6 @@ public:
|
| };
|
|
|
| ~InspectorRuntimeAgent() override;
|
| - DECLARE_VIRTUAL_TRACE();
|
|
|
| // InspectorBaseAgent overrides.
|
| void init() override;
|
| @@ -117,7 +116,7 @@ protected:
|
| private:
|
|
|
| OwnPtr<V8RuntimeAgent> m_v8RuntimeAgent;
|
| - RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| + InjectedScriptManager* m_injectedScriptManager;
|
| Client* m_client;
|
| };
|
|
|
|
|