Revision: 8636
Author:   [email protected]
Date:     Wed Jul 13 06:29:10 2011
Log:      Fix presubmit
Review URL: http://codereview.chromium.org/7354021
http://code.google.com/p/v8/source/detail?r=8636

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

=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Wed Jul 13 06:16:00 2011
+++ /branches/bleeding_edge/src/mark-compact.cc Wed Jul 13 06:29:10 2011
@@ -1662,7 +1662,8 @@
     // Clear dead prototype transitions.
     int number_of_transitions = map->NumberOfProtoTransitions();
     if (number_of_transitions > 0) {
- FixedArray* prototype_transitions = map->unchecked_prototype_transitions();
+      FixedArray* prototype_transitions =
+          map->unchecked_prototype_transitions();
       int new_number_of_transitions = 0;
       const int header = Map::kProtoTransitionHeaderSize;
       const int proto_offset =

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

Reply via email to