Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

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

Issue 796863002: Oilpan: fix build after r186944. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index 20a0c70af6ebff3a2344623423747d6b4a34fce8..0a5b57cae077b820bd0d097029ef79540ede8afb 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -274,7 +274,7 @@ private:
unsigned m_cachedSkipStackGeneration;
OwnPtrWillBeMember<AsyncCallStackTracker> m_asyncCallStackTracker;
OwnPtrWillBeMember<PromiseTracker> m_promiseTracker;
- HashSet<RefPtr<AsyncCallStackTracker::AsyncCallChain> > m_asyncOperationsForStepInto;
+ WillBeHeapHashSet<RefPtrWillBeMember<AsyncCallStackTracker::AsyncCallChain> > m_asyncOperationsForStepInto;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698