| Index: third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| index 7045f3a65947b0248df3c752b39dfe8c5664f14b..f1d434c6413be452f7162af1ad7d8b71b6aea14f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| @@ -86,7 +86,7 @@ private:
|
| void stopTrackingHeapObjectsInternal();
|
|
|
| v8::Isolate* m_isolate;
|
| - RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| + InjectedScriptManager* m_injectedScriptManager;
|
| OwnPtrWillBeMember<HeapStatsUpdateTask> m_heapStatsUpdateTask;
|
| };
|
|
|
|
|