Index: ppapi/tests/test_case.html |
diff --git a/ppapi/tests/test_case.html b/ppapi/tests/test_case.html |
index e28091e7db4ca31c38a451a44c83488ba696d4b9..0ddc34ee0f2f01983d755b38042f5695fc331a89 100644 |
--- a/ppapi/tests/test_case.html |
+++ b/ppapi/tests/test_case.html |
@@ -169,7 +169,6 @@ function RemovePluginWhenFinished() { |
function sendAutomationMessage(msg) { |
if (window.domAutomationController) { |
- window.domAutomationController.setAutomationId(0); |
window.domAutomationController.send(msg); |
} |
} |