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

Unified Diff: ppapi/cpp/instance.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/c/ppb_messaging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
===================================================================
--- ppapi/cpp/instance.h (revision 134008)
+++ ppapi/cpp/instance.h (working copy)
@@ -419,7 +419,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/c/ppb_messaging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698