| Index: ppapi/api/ppb_messaging.idl
|
| diff --git a/ppapi/api/ppb_messaging.idl b/ppapi/api/ppb_messaging.idl
|
| index 647f7f69e643ea656a8a94f5e05d652af8ccab2a..0f9a3aa8c2bbeb49c2341179e49771534a01a5a5 100644
|
| --- a/ppapi/api/ppb_messaging.idl
|
| +++ b/ppapi/api/ppb_messaging.idl
|
| @@ -36,8 +36,8 @@ interface PPB_Messaging {
|
| * 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,
|
| + * the message will not be sent 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.
|
|
|