| Index: content/browser/site_per_process_browsertest.cc
|
| ===================================================================
|
| --- content/browser/site_per_process_browsertest.cc (revision 174946)
|
| +++ content/browser/site_per_process_browsertest.cc (working copy)
|
| @@ -153,7 +153,7 @@
|
| Source<NavigationController>(
|
| &shell()->web_contents()->GetController()));
|
| bool result = ExecuteJavaScript(window->web_contents()->GetRenderViewHost(),
|
| - "", script);
|
| + L"", ASCIIToWide(script));
|
| load_observer.Wait();
|
| return result;
|
| }
|
|
|