| Index: src/profile-generator.cc
|
| ===================================================================
|
| --- src/profile-generator.cc (revision 11245)
|
| +++ src/profile-generator.cc (working copy)
|
| @@ -1185,7 +1185,7 @@
|
|
|
| HeapEntry* HeapSnapshot::AddRootEntry(int children_count) {
|
| ASSERT(root_entry_ == NULL);
|
| - ASSERT(entries_.is_empty()); // Root entry must be the first one.
|
| + ASSERT(entries_.is_empty()); // Root entry must be the first one.
|
| return (root_entry_ = AddEntry(HeapEntry::kObject,
|
| "",
|
| HeapObjectsMap::kInternalRootObjectId,
|
|
|