| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 193703115b0da17b5e77e5cf2694d1365908befe..69db16effb787d17e80c31311c28c44c09985621 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -269,7 +269,7 @@ private:
|
| #endif
|
| };
|
|
|
| -// Persistent is a way to create a strong pointer from an on-heap object
|
| +// Persistent is a way to create a strong pointer from an off-heap object
|
| // to another on-heap object. As long as the Persistent handle is alive
|
| // the GC will keep the object pointed to alive. The Persistent handle is
|
| // always a GC root from the point of view of the GC.
|
|
|