Index: Source/core/inspector/InjectedScriptManager.h |
diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h |
index d81399e9f06cbc2b83f0ad3de53aca907f78186e..3c5adeb7d85b71df5ac04cb63e3c7737eb443f67 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; |