Revision: 10756
Author:   [email protected]
Date:     Mon Feb 20 05:22:02 2012
Log:      Fix presubmit.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9427011
http://code.google.com/p/v8/source/detail?r=10756

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

=======================================
--- /branches/bleeding_edge/src/objects.h       Mon Feb 20 04:57:23 2012
+++ /branches/bleeding_edge/src/objects.h       Mon Feb 20 05:22:02 2012
@@ -1014,7 +1014,7 @@
   void SmiVerify();
 #endif

-  static const int kMinValue =
+  static const int kMinValue =
       (static_cast<unsigned int>(-1)) << (kSmiValueSize - 1);
   static const int kMaxValue = -(kMinValue + 1);

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

Reply via email to