Commit fc36795e authored by ulan@chromium.org's avatar ulan@chromium.org

Fix presubmit.

R=yangguo@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9427011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10756 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 30bcc481
......@@ -1014,7 +1014,7 @@ class Smi: public Object {
void SmiVerify();
#endif
static const int kMinValue =
static const int kMinValue =
(static_cast<unsigned int>(-1)) << (kSmiValueSize - 1);
static const int kMaxValue = -(kMinValue + 1);
......
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