Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 8da2a39d162f92ddb27ffed38d3bb3403c30634c..380562e16049a21148738a9dd069920b5a87fedc 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -58,6 +58,9 @@ |
* |
* paramList: C++ parameter list with optional names. Names will be deduced from types if omitted but you have to |
* specify explicit names for multiple parameters of the same type. |
+* |
+* Parameters with type PassRefPtr<T> are converted to raw pointers, |
+* so reference will not be passed or released until all agents are notified. |
*/ |
interface InspectorInstrumentation { |