| Index: chrome/browser/ui/webui/options/options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/options_browsertest.cc b/chrome/browser/ui/webui/options/options_browsertest.cc
|
| index 3be96405e68790431977038e06a523bc3643eb39..6eca2fc2dff33b1d38b37067f35779ee42df7efb 100644
|
| --- a/chrome/browser/ui/webui/options/options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/options_browsertest.cc
|
| @@ -46,7 +46,7 @@ void OptionsBrowserTest::ReportHistory(const base::ListValue* list_value) {
|
| GURL url = controller.GetEntryAtIndex(i)->GetVirtualURL();
|
| history.AppendString(url.spec());
|
| }
|
| - web_ui()->CallJavascriptFunction(
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| "OptionsWebUIExtendedTest.verifyHistoryCallback", history);
|
| }
|
|
|
|
|