summaryrefslogtreecommitdiffstats
path: root/ppapi/c
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 20:03:22 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 20:03:22 +0000
commit6de743ab3928a797cc16e97b8f8091f408b4a127 (patch)
tree2d2b5900e0319e24756e0b0812bb3014f5535351 /ppapi/c
parent60ec8eac542b31d8eb9f9d5ed4ede069ec09328c (diff)
downloadchromium_src-6de743ab3928a797cc16e97b8f8091f408b4a127.zip
chromium_src-6de743ab3928a797cc16e97b8f8091f408b4a127.tar.gz
chromium_src-6de743ab3928a797cc16e97b8f8091f408b4a127.tar.bz2
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
BUG=92909 TEST= Review URL: https://chromiumcodereview.appspot.com/10790078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r--ppapi/c/dev/ppb_message_loop_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/dev/ppb_message_loop_dev.h b/ppapi/c/dev/ppb_message_loop_dev.h
index ed8b74b..5f41974 100644
--- a/ppapi/c/dev/ppb_message_loop_dev.h
+++ b/ppapi/c/dev/ppb_message_loop_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_message_loop_dev.idl modified Thu Jan 19 20:02:41 2012. */
+/* From dev/ppb_message_loop_dev.idl modified Wed Aug 29 12:22:26 2012. */
#ifndef PPAPI_C_DEV_PPB_MESSAGE_LOOP_DEV_H_
#define PPAPI_C_DEV_PPB_MESSAGE_LOOP_DEV_H_
@@ -124,7 +124,7 @@
* to run until all pending tasks are run.
*
* If you post a callback to a message loop that's been destroyed, or to an
- * invalid message loop, PostTask will return an error and will not run the
+ * invalid message loop, PostWork will return an error and will not run the
* callback. This is true even for callbacks with the "required" flag set,
* since the system may not even know what thread to issue the error callback
* on.