| Index: ppapi/tests/test_case.html
|
| diff --git a/ppapi/tests/test_case.html b/ppapi/tests/test_case.html
|
| index 21adfe4a4de9aefd2e2f75c41a797b5ead018760..e93d748c69e0589290f67a3b0e7ebc66ad97bb5b 100644
|
| --- a/ppapi/tests/test_case.html
|
| +++ b/ppapi/tests/test_case.html
|
| @@ -158,8 +158,8 @@ onload = function() {
|
| obj.setAttribute("testcase", testcase);
|
| obj.setAttribute("protocol", window.location.protocol);
|
| var container = document.getElementById("container");
|
| - container.appendChild(obj);
|
| container.addEventListener("message", handleTestingMessage, true);
|
| + container.appendChild(obj);
|
| }
|
| }
|
| </script>
|
|
|