Reviewers: Rico, Description: Fix presubmit error.
[email protected] Committed: http://code.google.com/p/v8/source/detail?r=8754 Please review this at http://codereview.chromium.org/7523025/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/hydrogen-instructions.cc Index: src/hydrogen-instructions.cc =================================================================== --- src/hydrogen-instructions.cc (revision 8753) +++ src/hydrogen-instructions.cc (working copy) @@ -861,7 +861,7 @@ Range* HValue::InferRange() { - if (representation().IsInteger32 ()) { + if (representation().IsInteger32()) { // Untagged integer32 cannot be -0. return new Range (); } else { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
