Index: runtime/vm/allocation.h |
=================================================================== |
--- runtime/vm/allocation.h (revision 43047) |
+++ runtime/vm/allocation.h (working copy) |
@@ -93,6 +93,7 @@ |
// Implicitly allocate the object in the current zone. |
void* operator new(uword size); |
+ // DEPRECATED: Use Zone version. |
// Implicitly allocate the object in the current zone given the current |
// isolate. |
void* operator new(uword size, BaseIsolate* isolate); |