| Index: ppapi/api/dev/ppb_message_loop_dev.idl
|
| diff --git a/ppapi/api/dev/ppb_message_loop_dev.idl b/ppapi/api/dev/ppb_message_loop_dev.idl
|
| index b29110b650b7ad777fbfa0a8644f394df158c719..c5072bbc542e50268b438fe6557f767519e1f633 100644
|
| --- a/ppapi/api/dev/ppb_message_loop_dev.idl
|
| +++ b/ppapi/api/dev/ppb_message_loop_dev.idl
|
| @@ -106,7 +106,7 @@ label Chrome {
|
| * 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.
|
|
|