Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2854783003: Remove the last references from production code to WebViewImpl. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698