| Index: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| index 8694f79118f91fd013fea06a3e76d97f77978b31..09cbd962c05ede98c643359c534a943033335a21 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h
|
| @@ -96,9 +96,9 @@ private:
|
| void reportExecutionContextCreated(ScriptState*, const String& type, const String& origin, const String& humanReadableName, const String& frameId) override;
|
| void reportExecutionContextDestroyed(ScriptState*) override;
|
|
|
| - RawPtrWillBeWeakPersistent<InspectorState> m_state;
|
| + InspectorState* m_state;
|
| InspectorFrontend::Runtime* m_frontend;
|
| - RawPtrWillBeWeakPersistent<InjectedScriptManager> m_injectedScriptManager;
|
| + InjectedScriptManager* m_injectedScriptManager;
|
| V8DebuggerImpl* m_debugger;
|
| bool m_enabled;
|
| };
|
|
|