Reviewers: Christian Plesner Hansen, Description: Fix style violation.
[email protected] Please review this at http://codereview.chromium.org/257017 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/objects.h Index: src/objects.h =================================================================== --- src/objects.h (revision 3002) +++ src/objects.h (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
