Revision: 7554 Author: [email protected] Date: Fri Apr 8 03:02:01 2011 Log: Fix some presumbmit failures. Review URL: http://codereview.chromium.org/6801070 http://code.google.com/p/v8/source/detail?r=7554
Modified: /branches/bleeding_edge/src/top.cc ======================================= --- /branches/bleeding_edge/src/top.cc Fri Apr 8 02:39:45 2011 +++ /branches/bleeding_edge/src/top.cc Fri Apr 8 03:02:01 2011 @@ -534,7 +534,7 @@ // the message for stack overflow exceptions which is very likely to // double fault with another stack overflow exception, we use a // precomputed message. - DoThrow(*exception, NULL); + DoThrow(*exception, NULL); return Failure::Exception(); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
