| 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 7e866d1a03178c89f6d3dae2a3ecc70a4b844ff4..769863756ac14764bdeb425d5473cd465f638f14 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -331,8 +331,8 @@ void WebViewImpl::SetSpellCheckClient(WebSpellCheckClient* spell_check_client) {
|
| }
|
|
|
| // static
|
| -HashSet<WebViewImpl*>& WebViewImpl::AllInstances() {
|
| - DEFINE_STATIC_LOCAL(HashSet<WebViewImpl*>, all_instances, ());
|
| +HashSet<WebViewBase*>& WebViewBase::AllInstances() {
|
| + DEFINE_STATIC_LOCAL(HashSet<WebViewBase*>, all_instances, ());
|
| return all_instances;
|
| }
|
|
|
|
|