| Index: chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/slow_ui.cc b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| index fe60c9cf3035864b043a20a48a9035394bf55024..8ac2fc62dce2fd114153984b14cdab3da6089dc6 100644
|
| --- a/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| @@ -118,7 +118,7 @@ void SlowHandler::UpdatePage() {
|
| PrefService* pref_service = profile_->GetPrefs();
|
| bool enabled = pref_service->GetBoolean(prefs::kPerformanceTracingEnabled);
|
| base::FundamentalValue pref_value(enabled);
|
| - web_ui()->CallJavascriptFunction(kJsApiTracingPrefChanged, pref_value);
|
| + web_ui()->CallJavascriptFunctionUnsafe(kJsApiTracingPrefChanged, pref_value);
|
| }
|
|
|
| // SlowUI -----------------------------------------------------------------
|
|
|