Author: [email protected]
Date: Tue May  5 03:25:55 2009
New Revision: 1862

Modified:
    branches/bleeding_edge/src/mark-compact.cc

Log:
Fix lint failure.

[email protected]

Modified: branches/bleeding_edge/src/mark-compact.cc
==============================================================================
--- branches/bleeding_edge/src/mark-compact.cc  (original)
+++ branches/bleeding_edge/src/mark-compact.cc  Tue May  5 03:25:55 2009
@@ -806,7 +806,7 @@
      live_young_objects_++;
    } else if (Heap::map_space()->Contains(obj)) {
      ASSERT(obj->IsMap());
-    live_map_objects_ ++;
+    live_map_objects_++;
    } else if (Heap::old_pointer_space()->Contains(obj)) {
      live_old_pointer_objects_++;
    } else if (Heap::old_data_space()->Contains(obj)) {

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

Reply via email to