| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index f001feb12a7652d1e329c6d204e2e15fde2ab6fe..2053763a5139b9f19f852d457b9120c4f9e0785b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1713,9 +1713,7 @@ class HeapObject: public Object {
|
| // The Heap the object was allocated in. Used also to access Isolate.
|
| inline Heap* GetHeap();
|
|
|
| - // Convenience method to get current isolate. This method can be
|
| - // accessed only when its result is the same as
|
| - // Isolate::Current(), it ASSERTs this. See also comment for GetHeap.
|
| + // Convenience method to get current isolate.
|
| inline Isolate* GetIsolate();
|
|
|
| // Converts an address to a HeapObject pointer.
|
|
|