| Index: chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc b/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
|
| index 14d67bde3a7453322096ac0cff1860261459cc21..1ab33c2fa85543f05f1ef357d1406c7f3163f799 100644
|
| --- a/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
|
| @@ -37,7 +37,8 @@ void AutomaticSettingsResetHandler::InitializePage() {
|
| if (!then.is_null()) {
|
| const base::Time now = base::Time::Now();
|
| if ((now - then).InDays() < kBannerShowTimeInDays)
|
| - web_ui()->CallJavascriptFunction("AutomaticSettingsResetBanner.show");
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| + "AutomaticSettingsResetBanner.show");
|
| }
|
| }
|
|
|
|
|