| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 65959c189a223ee448d3d779ecd82ecd10780a77..365a3c4c883697920e5dc70a968d37c03f29a2b3 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -260,8 +260,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;
|
| };
|
|
|
|
|