| Index: ppapi/tests/test_case.html
|
| diff --git a/ppapi/tests/test_case.html b/ppapi/tests/test_case.html
|
| index e28091e7db4ca31c38a451a44c83488ba696d4b9..374ada6fdc38bf865fa7e705099efc55d1eef39d 100644
|
| --- a/ppapi/tests/test_case.html
|
| +++ b/ppapi/tests/test_case.html
|
| @@ -168,10 +168,8 @@ function RemovePluginWhenFinished() {
|
| }
|
|
|
| function sendAutomationMessage(msg) {
|
| - if (window.domAutomationController) {
|
| - window.domAutomationController.setAutomationId(0);
|
| + if (window.domAutomationController)
|
| window.domAutomationController.send(msg);
|
| - }
|
| }
|
|
|
| function LogTestTime(test_time) {
|
|
|