Fixed whitespace.
Review URL: http://codereview.chromium.org/43006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1472 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
782b53799d
commit
4703382b3e
@ -188,10 +188,10 @@ class CompileTimeValue: public AllStatic {
|
||||
static Handle<FixedArray> GetElements(Handle<FixedArray> value);
|
||||
|
||||
private:
|
||||
static const int kTypeSlot = 0;
|
||||
static const int kElementsSlot = 1;
|
||||
static const int kTypeSlot = 0;
|
||||
static const int kElementsSlot = 1;
|
||||
|
||||
DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
|
||||
DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user