| 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 6dc0e376cb0b3cb7a50f9a0b7437f727cf424722..43d2e28a0a2b1d4c6cd3292284c8ea87dcc2824b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1749,7 +1749,7 @@ WebViewImpl* WebViewImpl::fromPage(Page* page) {
|
|
|
| void WebViewImpl::close() {
|
| DCHECK(allInstances().contains(this));
|
| - allInstances().remove(this);
|
| + allInstances().erase(this);
|
|
|
| if (m_page) {
|
| // Initiate shutdown for the entire frameset. This will cause a lot of
|
|
|