Reviewers: ,

Description:
Fix presubmit error in mark-compact.cc

[email protected]


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

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

Affected files:
  M src/mark-compact.cc


Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index 6fb6d65a390c3c5d11ca9212886d365afe7412b8..e90a23d8a497c7badda4638fb70741014599f4ee 100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -2486,7 +2486,6 @@ class PointersUpdatingVisitor: public ObjectVisitor {
   }

  private:
-
   inline void UpdatePointer(Object** p) {
     UpdateSlot(heap_, p);
   }


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

Reply via email to