| Index: content/browser/encrypted_media_browsertest.cc
|
| ===================================================================
|
| --- content/browser/encrypted_media_browsertest.cc (revision 174946)
|
| +++ content/browser/encrypted_media_browsertest.cc (working copy)
|
| @@ -77,10 +77,8 @@
|
| if (final_title == kFailed) {
|
| std::string fail_message;
|
| EXPECT_TRUE(ExecuteJavaScriptAndExtractString(
|
| - shell()->web_contents()->GetRenderViewHost(),
|
| - std::string(),
|
| - "window.domAutomationController.send(failMessage);",
|
| - &fail_message));
|
| + shell()->web_contents()->GetRenderViewHost(), L"",
|
| + L"window.domAutomationController.send(failMessage);", &fail_message));
|
| LOG(INFO) << "Test failed: " << fail_message;
|
| }
|
| }
|
|
|