Reviewers: Kevin Millikin, Description: Make tests pass.
[email protected] Please review this at http://codereview.chromium.org/543114 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/compiler.cc Index: src/compiler.cc =================================================================== --- src/compiler.cc (revision 3647) +++ src/compiler.cc (working copy) @@ -935,7 +935,7 @@ case Token::DELETE: BAILOUT("UnaryOperataion: DELETE"); default: - UNREACHABLE(); + BAILOUT("UnaryOperataion"); } }
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
