| Index: third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
|
| index a026d80e8fe871727dd2d5f8f901e3e2f655b7f0..61ad489735674316a0a320843f648a4af6b7f0d0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.h
|
| @@ -48,7 +48,7 @@ private:
|
| bool isRecording() const;
|
|
|
| v8::Isolate* m_isolate;
|
| - RawPtrWillBeWeakPersistent<InspectorState> m_state;
|
| + InspectorState* m_state;
|
| InspectorFrontend::Profiler* m_frontend;
|
| bool m_enabled;
|
| bool m_recordingCPUProfile;
|
|
|