| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index f537991756bb284539f29c64f07a88045f361234..a7ec6812b56659b892a6fedb24a23bb2cdd8c259 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1550,7 +1550,8 @@ void Browser::RendererResponsive(WebContents* source) {
|
|
|
| void Browser::WorkerCrashed(WebContents* source) {
|
| SimpleAlertInfoBarDelegate::Create(
|
| - InfoBarService::FromWebContents(source), InfoBarDelegate::kNoIconID,
|
| + InfoBarService::FromWebContents(source),
|
| + infobars::InfoBarDelegate::kNoIconID,
|
| l10n_util::GetStringUTF16(IDS_WEBWORKER_CRASHED_PROMPT), true);
|
| }
|
|
|
|
|