Index: ppapi/c/ppb_messaging.h |
diff --git a/ppapi/c/ppb_messaging.h b/ppapi/c/ppb_messaging.h |
index 404a11c54bd3d1b6756b77cf2343578e6b4ecb67..4ec5f665197c1d1bb99a6ab7cc22e8f6bae9b723 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 Tue Jun 4 10:47:19 2013. */ |
#ifndef PPAPI_C_PPB_MESSAGING_H_ |
#define PPAPI_C_PPB_MESSAGING_H_ |
@@ -50,8 +50,8 @@ 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, |
+ * the var will be dropped 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. |