Revision: 11718 Author: [email protected] Date: Tue Jun 5 07:41:01 2012 Log: Revert one line from r11715 because of a test failure on Windows.
TEST=mjsunit/harmony/proxies [email protected] Review URL: https://chromiumcodereview.appspot.com/10532004 http://code.google.com/p/v8/source/detail?r=11718 Modified: /branches/bleeding_edge/src/runtime.cc ======================================= --- /branches/bleeding_edge/src/runtime.cc Tue Jun 5 06:15:35 2012 +++ /branches/bleeding_edge/src/runtime.cc Tue Jun 5 07:41:01 2012 @@ -2182,7 +2182,7 @@ Handle<JSFunction> fun = Handle<JSFunction>::cast(code); Handle<SharedFunctionInfo> shared(fun->shared()); - if (!JSFunction::CompileLazy(fun, KEEP_EXCEPTION)) { + if (!SharedFunctionInfo::EnsureCompiled(shared, KEEP_EXCEPTION)) { return Failure::Exception(); } // Since we don't store the source for this we should never -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
