| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 293a0969ad3272de236e05f10175bf380c3771a6..0a5b5e90e9e4c436ac69c85a36d028ebec036241 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -417,7 +417,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
|
|
|
| m_devToolsEmulator = DevToolsEmulator::create(this);
|
|
|
| - allInstances().add(this);
|
| + allInstances().insert(this);
|
|
|
| m_pageImportanceSignals.setObserver(client);
|
| m_resizeViewportAnchor = new ResizeViewportAnchor(*m_page);
|
|
|