| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index e84bee67b1f22501bdd3872308b6738ac26318cd..630887aab51a05aae27c492cdc995356538afb9d 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -290,7 +290,7 @@ private:
|
| using AsyncOperationIdToAsyncCallChain = WillBeHeapHashMap<int, RefPtrWillBeMember<AsyncCallChain>>;
|
| AsyncOperationIdToAsyncCallChain m_asyncOperations;
|
| int m_lastAsyncOperationId;
|
| - WillBeHeapHashSet<int> m_asyncOperationsForStepInto;
|
| + HashSet<int> m_asyncOperationsForStepInto;
|
| unsigned m_maxAsyncCallStackDepth;
|
| RefPtrWillBeMember<AsyncCallChain> m_currentAsyncCallChain;
|
| unsigned m_nestedAsyncCallCount;
|
|
|