Reviewers: Hannes Payer,

Description:
[heap] Enforce coding style decl order in {Heap}.

Order is now:
 - forward declarations
 - enums
 - nested classes
 - static consts
 - constructors
 - static methods
 - regular methods
 - members fields

Bonus:
 - Allocate*() methods are grouped together

BUG=

Please review this at https://codereview.chromium.org/1312503004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+609, -609 lines):
  M src/heap/heap.h
  M src/heap/heap.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to