Reviewers: William Hesse,

Description:
Fix presubmit

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

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

Affected files:
  M     src/mark-compact.cc


Index: src/mark-compact.cc
===================================================================
--- src/mark-compact.cc (revision 8635)
+++ src/mark-compact.cc (working copy)
@@ -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