Index: components/web_view/frame_tree_delegate.h |
diff --git a/components/web_view/frame_tree_delegate.h b/components/web_view/frame_tree_delegate.h |
index 7743828484fe7be47bd5bb03d86101aba8a4baa9..55c33150352008a2e35dd12f90b72db6e719897f 100644 |
--- a/components/web_view/frame_tree_delegate.h |
+++ b/components/web_view/frame_tree_delegate.h |
@@ -79,8 +79,8 @@ class FrameTreeDelegate { |
virtual void DidCreateFrame(Frame* frame); |
virtual void DidDestroyFrame(Frame* frame); |
- // Invoked when the View embedded in a Frame premuturely stops rendering |
- // to |frame|'s View. This could mean any of the following: |
+ // Invoked when the Window embedded in a Frame premuturely stops rendering |
+ // to |frame|'s Window. This could mean any of the following: |
// . The app crashed. |
// . There is no app that renders the url. |
// . The app is still alive, but is shutting down. |