| 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 d964c3560e94de4b0accf90ecb475aa3227a8b71..ca01d1363ccd49ac9a72e8f051e00132f804aa3d 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.Append(new base::StringValue(url.spec()));
|
| }
|
| - web_ui()->CallJavascriptFunction(
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| "OptionsWebUIExtendedTest.verifyHistoryCallback", history);
|
| }
|
|
|
|
|