| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index f7ed647bd2596ecf27191861e03950009c02a673..5940e023ede13eee6df9b9b849d242cbf481a8db 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/Source/core/inspector/InjectedScriptHost.h
|
| @@ -106,7 +106,7 @@ private:
|
| RawPtrWillBeMember<InspectorConsoleAgent> m_consoleAgent;
|
| RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
|
| OwnPtr<InspectCallback> m_inspectCallback;
|
| - ScriptDebugServer* m_scriptDebugServer;
|
| + RawPtrWillBeMember<ScriptDebugServer> m_scriptDebugServer;
|
| Vector<OwnPtr<InspectableObject> > m_inspectedObjects;
|
| OwnPtr<InspectableObject> m_defaultInspectableObject;
|
| };
|
|
|