Commit 502036ae authored by yurys@chromium.org's avatar yurys@chromium.org

Fix presubmit warnings after r11245

TBR=mnaganov
Review URL: https://chromiumcodereview.appspot.com/10012040

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11246 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 2f0e0afb
...@@ -1185,7 +1185,7 @@ void HeapSnapshot::ClearPaint() { ...@@ -1185,7 +1185,7 @@ void HeapSnapshot::ClearPaint() {
HeapEntry* HeapSnapshot::AddRootEntry(int children_count) { HeapEntry* HeapSnapshot::AddRootEntry(int children_count) {
ASSERT(root_entry_ == NULL); 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, return (root_entry_ = AddEntry(HeapEntry::kObject,
"", "",
HeapObjectsMap::kInternalRootObjectId, HeapObjectsMap::kInternalRootObjectId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment