| Index: chrome/browser/ui/cocoa/constrained_window_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window_mac.mm b/chrome/browser/ui/cocoa/constrained_window_mac.mm
|
| index 4f8a25493022fb3be320646cfb401c58ae55e665..5df9b85eb73acc9565279ef6c9b4cfdcbb496a0f 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/constrained_window_mac.mm
|
| @@ -102,7 +102,7 @@ ConstrainedWindowMac::~ConstrainedWindowMac() {}
|
|
|
| void ConstrainedWindowMac::ShowConstrainedWindow() {
|
| should_be_visible_ = true;
|
| - // The TabContents only has a native window if it is currently visible. In
|
| + // The WebContents only has a native window if it is currently visible. In
|
| // this case, open the sheet now. Else, Realize() will be called later, when
|
| // our tab becomes visible.
|
| NSWindow* browserWindow =
|
|
|