| Index: Source/core/inspector/InjectedScriptManager.h
|
| diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
|
| index 99b42eac63e7b3dd4f9c3e18f0d1ea134dfba0e2..ef51a87dae36be499e19bd955e46627023d4268a 100644
|
| --- a/Source/core/inspector/InjectedScriptManager.h
|
| +++ b/Source/core/inspector/InjectedScriptManager.h
|
| @@ -79,7 +79,7 @@ private:
|
| int m_nextInjectedScriptId;
|
| typedef HashMap<int, InjectedScript> IdToInjectedScriptMap;
|
| IdToInjectedScriptMap m_idToInjectedScript;
|
| - RefPtr<InjectedScriptHost> m_injectedScriptHost;
|
| + RefPtrWillBePersistent<InjectedScriptHost> m_injectedScriptHost;
|
| InspectedStateAccessCheck m_inspectedStateAccessCheck;
|
| typedef HashMap<RefPtr<ScriptState>, int> ScriptStateToId;
|
| ScriptStateToId m_scriptStateToId;
|
|
|