| Index: ppapi/c/dev/ppb_message_loop_dev.h
|
| diff --git a/ppapi/c/dev/ppb_message_loop_dev.h b/ppapi/c/dev/ppb_message_loop_dev.h
|
| index ed8b74be424e6235e4c86e002ce3a345c4b73e1a..5f419743d95b3bb5e824d4950fd5c1c8a6b83b1e 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.
|
|
|