| Index: chrome/browser/ui/webui/settings/site_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/site_settings_handler.cc b/chrome/browser/ui/webui/settings/site_settings_handler.cc
|
| index 1d03e27e947c0199f6ba30e17d7e2aeb89faacea..fdad1b7e7df63d4ce1eea3b79843b26b469cc808 100644
|
| --- a/chrome/browser/ui/webui/settings/site_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/site_settings_handler.cc
|
| @@ -145,7 +145,7 @@ void SiteSettingsHandler::HandleGetDefaultValueForContentType(
|
| else
|
| enabled = setting != CONTENT_SETTING_BLOCK;
|
|
|
| - CallJavascriptCallback(*callback_id, base::FundamentalValue(enabled));
|
| + ResolveJavascriptCallback(*callback_id, base::FundamentalValue(enabled));
|
| }
|
|
|
| } // namespace settings
|
|
|