Chromium Code Reviews| Index: ppapi/api/ppb_messaging.idl |
| =================================================================== |
| --- ppapi/api/ppb_messaging.idl (revision 134008) |
| +++ ppapi/api/ppb_messaging.idl (working copy) |
| @@ -51,7 +51,7 @@ |
| * type="application/x-ppapi-postMessage-example"/> |
| * <script type="text/javascript"> |
| * var plugin = document.getElementById('plugin'); |
| - * plugin.AddEventListener("message", |
| + * plugin.addEventListener("message", |
| * function(message) { alert(message.data); }, |
| * false); |
| * </script> |