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
This commit is contained in:
parent
30bcc481e1
commit
fc36795ea8
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user