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

Unified Diff: ppapi/c/ppb_messaging.h

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 | « ppapi/api/ppb_messaging.idl ('k') | ppapi/cpp/instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_messaging.h
===================================================================
--- ppapi/c/ppb_messaging.h (revision 134008)
+++ ppapi/c/ppb_messaging.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_messaging.idl modified Mon Feb 27 13:31:21 2012. */
+/* From ppb_messaging.idl modified Thu Apr 26 13:16:11 2012. */
#ifndef PPAPI_C_PPB_MESSAGING_H_
#define PPAPI_C_PPB_MESSAGING_H_
@@ -67,7 +67,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 | « ppapi/api/ppb_messaging.idl ('k') | ppapi/cpp/instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698