| Index: third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| index ef6341c0bfb7107c4b31fa439e68cea4091051a1..bc3d4977e91c71c2924f091f2457ce50f0b1ae45 100644
|
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| @@ -34,7 +34,7 @@ protected:
|
| // the dangling pointer.
|
| // Release builds don't have the ASSERT, but it is OK because
|
| // release builds will crash in the following header->isMarked()
|
| - // because all the entries of the orphaned heaps are zapped.
|
| + // because all the entries of the orphaned arenas are zapped.
|
| ASSERT(!pageFromObject(objectPointer)->orphaned());
|
|
|
| if (header->isMarked())
|
|
|