Revision: 3003
Author: [email protected]
Date: Thu Oct  1 00:29:54 2009
Log: Fix style violation.

[email protected]
Review URL: http://codereview.chromium.org/257017
http://code.google.com/p/v8/source/detail?r=3003

Modified:
  /branches/bleeding_edge/src/objects.h

=======================================
--- /branches/bleeding_edge/src/objects.h       Wed Sep 30 23:27:29 2009
+++ /branches/bleeding_edge/src/objects.h       Thu Oct  1 00:29:54 2009
@@ -4227,7 +4227,8 @@
    inline Relocatable() : prev_(top_) { top_ = this; }
    virtual ~Relocatable() {
      ASSERT_EQ(top_, this);
-    top_ = prev_; }
+    top_ = prev_;
+  }
    virtual void IterateInstance(ObjectVisitor* v) { }
    virtual void PostGarbageCollection() { }


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

Reply via email to