| 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
|
|
|