Index: components/web_view/pending_web_view_load.cc |
diff --git a/components/web_view/pending_web_view_load.cc b/components/web_view/pending_web_view_load.cc |
index fcb40dbe6010525ad687893e62d57cb9c86f2a69..503a1b4e2559a23667129f93ef1dc9b3f85b8bbe 100644 |
--- a/components/web_view/pending_web_view_load.cc |
+++ b/components/web_view/pending_web_view_load.cc |
@@ -31,7 +31,7 @@ void PendingWebViewLoad::OnGotContentHandlerID() { |
is_content_handler_id_valid_ = true; |
if (web_view_->root_) |
web_view_->OnLoad(pending_url_); |
- // The else case is handled by WebViewImpl when it gets the View (|root_|). |
+ // The else case is handled by WebViewImpl when it gets the Window (|root_|). |
} |
} // namespace web_view |