Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 44faf751ab6d8c9e5ed49b3eed3af75501e2708f..3f5554e2c2ea0049935701dc41ef6eca35e85c84 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -531,8 +531,6 @@ Isolate* Heap::isolate() { |
} while (false) |
-// TODO(isolates): cache isolate: either accept as a parameter or |
-// set to some known symbol (__CUR_ISOLATE__?) |
#define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \ |
CALL_AND_RETRY(ISOLATE, \ |
FUNCTION_CALL, \ |