Reviewers: Lasse Reichstein, William Hesse,

Description:
Fix x64 build.

Please review this at http://codereview.chromium.org/149385

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/heap.cc


Index: src/heap.cc
===================================================================
--- src/heap.cc (revision 2413)
+++ src/heap.cc (working copy)
@@ -670,7 +670,7 @@

    HeapObjectIterator cell_iterator(cell_space_);
    while (cell_iterator.has_next()) {
-    cell_iterator.next()->Iterate(&scavenge_visitor));
+    cell_iterator.next()->Iterate(&scavenge_visitor);
    }

    HeapObjectIterator map_iterator(map_space_);



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to