Commit 32c10a53 authored by mmaly@chromium.org's avatar mmaly@chromium.org

Fix presubmit.

TBR= ager@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6800 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 582cf097
......@@ -4388,7 +4388,7 @@ class SharedFunctionInfo: public HeapObject {
static const int kOptimizationDisabled = 7;
static const int kStrictModeFunction = 8;
private:
private:
#if V8_HOST_ARCH_32_BIT
// On 32 bit platforms, compiler hints is a smi.
static const int kCompilerHintsSmiTagSize = kSmiTagSize;
......@@ -4399,7 +4399,7 @@ private:
static const int kCompilerHintsSize = kIntSize;
#endif
public:
public:
// Constants for optimizing codegen for strict mode function tests.
// Allows to use byte-widgh instructions.
static const int kStrictModeBitWithinByte =
......@@ -4416,7 +4416,7 @@ public:
#error Unknown byte ordering
#endif
private:
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(SharedFunctionInfo);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment