| Index: chrome/browser/ui/cocoa/js_modal_dialog_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.mm b/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.mm
|
| index 2570c7642a6d297daeb3ebd339a739ee1232e049..742ffd0c0c2d3978954eef1a6804cecc2474edea 100644
|
| --- a/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.mm
|
| @@ -76,7 +76,7 @@
|
| case NSRunStoppedResponse: { // Window was closed underneath us
|
| // Need to call OnCancel() because there is some cleanup that needs
|
| // to be done. It won't call back to the javascript since the
|
| - // JavaScriptAppModalDialog knows that the TabContents was destroyed.
|
| + // JavaScriptAppModalDialog knows that the WebContents was destroyed.
|
| native_dialog->dialog()->OnCancel(shouldSuppress);
|
| break;
|
| }
|
|
|