Chromium Code Reviews| 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; |
|
sof
2016/01/20 11:39:50
( meta comment: would it be worth documenting in t
pfeldman
2016/01/20 17:53:28
It is pretty clear from the fact that it stands ou
|
| Client* m_client; |
| }; |