Revision: 11246
Author: [email protected]
Date: Fri Apr 6 07:52:20 2012
Log: Fix presubmit warnings after r11245
TBR=mnaganov
Review URL: https://chromiumcodereview.appspot.com/10012040
http://code.google.com/p/v8/source/detail?r=11246
Modified:
/branches/bleeding_edge/src/profile-generator.cc
=======================================
--- /branches/bleeding_edge/src/profile-generator.cc Fri Apr 6 07:16:45
2012
+++ /branches/bleeding_edge/src/profile-generator.cc Fri Apr 6 07:52:20
2012
@@ -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