Index: runtime/include/dart_api.h |
=================================================================== |
--- runtime/include/dart_api.h (revision 27544) |
+++ runtime/include/dart_api.h (working copy) |
@@ -365,9 +365,7 @@ |
/** |
* Checks to see if two handles refer to identically equal objects. |
* |
- * If both handles refer to instances, this is equivalent to using the top-level |
- * function identical() from dart:core. Otherwise, returns whether the two |
- * argument handles refer to the same object. |
+ * This is equivalent to using the triple-equals (===) operator. |
* |
* \param obj1 An object to be compared. |
* \param obj2 An object to be compared. |