Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: ppapi/api/ppb_messaging.idl

Issue 10236012: Fix small error in code in comment for PostMessage usage. No functional change, just trying to fix … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/c/ppb_messaging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | ppapi/c/ppb_messaging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698