| Index: third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| index f661e7bd12d1afd8a01214d2af31566982b67cfd..8f1646e683235f4ff7a705cd3eeabb34cc658623 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| @@ -132,7 +132,7 @@ void PresentationController::setDefaultRequestUrl(
|
|
|
| void PresentationController::registerConnection(
|
| PresentationConnection* connection) {
|
| - m_connections.add(connection);
|
| + m_connections.insert(connection);
|
| }
|
|
|
| void PresentationController::contextDestroyed(ExecutionContext*) {
|
|
|