| Index: third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp b/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp
|
| index f7eebaf96994a51cbd8c4318939e62695fc391c2..f3536cd4eeb3737314f765c99603b88bee303419 100644
|
| --- a/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp
|
| @@ -20,7 +20,7 @@ void PlatformEventDispatcher::addController(
|
| if (m_controllers.contains(controller))
|
| return;
|
|
|
| - m_controllers.add(controller);
|
| + m_controllers.insert(controller);
|
|
|
| if (!m_isListening) {
|
| startListening();
|
|
|