Reviewers: Yang,
Message:
PTAQL
Description:
Fix presubmit.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9427011/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/objects.h
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index
11a8e7ffe465b03210abe80b3edb90614f3afeea..7068b980c7b588a1960ba23c3b25696a6511a420
100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -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);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev