Revision: 6800
Author: [email protected]
Date: Tue Feb 15 11:15:59 2011
Log: Fix presubmit.

TBR= [email protected]
http://code.google.com/p/v8/source/detail?r=6800

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

=======================================
--- /branches/bleeding_edge/src/objects.h       Tue Feb 15 10:57:37 2011
+++ /branches/bleeding_edge/src/objects.h       Tue Feb 15 11:15:59 2011
@@ -4388,7 +4388,7 @@
   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 @@
   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 @@
 #error Unknown byte ordering
 #endif

-private:
+ private:
   DISALLOW_IMPLICIT_CONSTRUCTORS(SharedFunctionInfo);
 };

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

Reply via email to