| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8EventListenerInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8EventListenerInfo.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8EventListenerInfo.h
|
| index e261b6c89cda57b22939bfa5415be47d3778e161..1acb360647118860f3519afe769fb786de101216 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8EventListenerInfo.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8EventListenerInfo.h
|
| @@ -27,7 +27,7 @@ public:
|
|
|
| };
|
|
|
| -using V8EventListenerInfoMap = protocol::HashMap<String16, OwnPtr<protocol::Vector<V8EventListenerInfo>>>;
|
| +using V8EventListenerInfoList = protocol::Vector<V8EventListenerInfo>;
|
|
|
| } // namespace blink
|
|
|
|
|