| Index: Source/core/inspector/V8AsyncCallTracker.h
|
| diff --git a/Source/core/inspector/V8AsyncCallTracker.h b/Source/core/inspector/V8AsyncCallTracker.h
|
| index 02e43ec9b4ca6deb82e3be906d53680f1b4d5070..5b364bb7727a7d91316340a6d332703dda7146ac 100644
|
| --- a/Source/core/inspector/V8AsyncCallTracker.h
|
| +++ b/Source/core/inspector/V8AsyncCallTracker.h
|
| @@ -45,7 +45,7 @@ private:
|
| void willHandleV8AsyncTask(ScriptState*, const String& eventName, int id);
|
|
|
| class V8ContextAsyncOperations;
|
| - WillBeHeapHashMap<ScriptState*, OwnPtrWillBeMember<V8ContextAsyncOperations> > m_contextAsyncOperationMap;
|
| + WillBeHeapHashMap<ScriptState*, OwnPtrWillBeMember<V8ContextAsyncOperations>> m_contextAsyncOperationMap;
|
| RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
|
| };
|
|
|
|
|