Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index 1134a5cdf6b54badeaa9e614f66e20a2d3b306c0..c4cc6289deca1368161f3ec347646d01a6f28548 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -272,8 +272,8 @@ private: |
OwnPtr<RevalidateStyleAttributeTask> m_revalidateStyleAttrTask; |
SearchMode m_searchingForNode; |
OwnPtr<HighlightConfig> m_inspectModeHighlightConfig; |
- OwnPtr<InspectorHistory> m_history; |
- OwnPtr<DOMEditor> m_domEditor; |
+ OwnPtrWillBePersistent<InspectorHistory> m_history; |
+ OwnPtrWillBePersistent<DOMEditor> m_domEditor; |
bool m_suppressAttributeModifiedEvent; |
Listener* m_listener; |
}; |