Reviewers: Mikhail Naganov (Chromium), loislo, Description: Fix presubmit warnings after r11245
TBR=mnaganov Please review this at http://codereview.chromium.org/10012040/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/profile-generator.cc 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, -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
