Chromium Code Reviews

Unified Diff: Source/core/inspector/InspectorDOMAgent.h

Issue 323043002: Oilpan: Prepare moving InspectorAgent related classes to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine