diff --git a/src/profile-generator.cc b/src/profile-generator.cc index 5138d9d617..683fec15bb 100644 --- a/src/profile-generator.cc +++ b/src/profile-generator.cc @@ -1185,7 +1185,7 @@ void HeapSnapshot::ClearPaint() { 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,