| Index: Source/core/inspector/AsyncOperationMap.h
|
| diff --git a/Source/core/inspector/AsyncOperationMap.h b/Source/core/inspector/AsyncOperationMap.h
|
| index 7320a16db70587a181b75061193495a045a86bee..bb09344492ec1234fc2b35426be24b2865f7ee24 100644
|
| --- a/Source/core/inspector/AsyncOperationMap.h
|
| +++ b/Source/core/inspector/AsyncOperationMap.h
|
| @@ -13,11 +13,10 @@
|
|
|
| namespace blink {
|
|
|
| -template <class K>
|
| +template <class K, class MapType = WillBeHeapHashMap<K, int>>
|
| class AsyncOperationMap final {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| - using MapType = WillBeHeapHashMap<K, int>;
|
| explicit AsyncOperationMap(InspectorDebuggerAgent* debuggerAgent)
|
| : m_debuggerAgent(debuggerAgent)
|
| {
|
|
|