| Index: Source/core/inspector/InspectorDOMAgent.h | 
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h | 
| index bb6bfa6dde245b5b48a26e21bb5cbd10f3b26652..fc8e8fc824aa6024aa0fe99aecaac77e07589dd7 100644 | 
| --- a/Source/core/inspector/InspectorDOMAgent.h | 
| +++ b/Source/core/inspector/InspectorDOMAgent.h | 
| @@ -270,7 +270,7 @@ private: | 
| RefPtrWillBeMember<Document> m_document; | 
| typedef WillBeHeapHashMap<String, WillBeHeapVector<RefPtrWillBeMember<Node> > > SearchResults; | 
| SearchResults m_searchResults; | 
| -    OwnPtr<RevalidateStyleAttributeTask> m_revalidateStyleAttrTask; | 
| +    OwnPtrWillBeMember<RevalidateStyleAttributeTask> m_revalidateStyleAttrTask; | 
| SearchMode m_searchingForNode; | 
| OwnPtr<HighlightConfig> m_inspectModeHighlightConfig; | 
| OwnPtrWillBeMember<InspectorHistory> m_history; | 
|  |