| Index: ppapi/c/ppb_messaging.h
|
| diff --git a/ppapi/c/ppb_messaging.h b/ppapi/c/ppb_messaging.h
|
| index 404a11c54bd3d1b6756b77cf2343578e6b4ecb67..27665100bb5e3541dfece20f79567ef4607b3345 100644
|
| --- a/ppapi/c/ppb_messaging.h
|
| +++ b/ppapi/c/ppb_messaging.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_messaging.idl modified Mon May 20 15:31:07 2013. */
|
| +/* From ppb_messaging.idl modified Mon Jun 3 12:26:57 2013. */
|
|
|
| #ifndef PPAPI_C_PPB_MESSAGING_H_
|
| #define PPAPI_C_PPB_MESSAGING_H_
|
| @@ -50,8 +50,9 @@ struct PPB_Messaging_1_0 {
|
| * JavaScript.
|
| *
|
| * When passing array or dictionary <code>PP_Var</code>s, the entire reference
|
| - * graph will be converted and transferred, including reference cycles if they
|
| - * exist.
|
| + * graph will be converted and transferred. If the reference graph has cycles,
|
| + * an undefined var will be sent instead and an error will be logged to the
|
| + * console.
|
| *
|
| * Listeners for message events in JavaScript code will receive an object
|
| * conforming to the HTML 5 <code>MessageEvent</code> interface.
|
|
|