From 2d7e86ef58ee341e323c65193115c2ad7385f131 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 17 Mar 2010 15:52:57 -0700 Subject: Upgrade V8 to 2.1.5 --- deps/v8/src/handles.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/v8/src/handles.cc') diff --git a/deps/v8/src/handles.cc b/deps/v8/src/handles.cc index c71d92bb15..53c16a4999 100644 --- a/deps/v8/src/handles.cc +++ b/deps/v8/src/handles.cc @@ -780,7 +780,7 @@ void LoadLazy(Handle obj, bool* pending_exception) { bool allow_natives_syntax = FLAG_allow_natives_syntax; FLAG_allow_natives_syntax = true; boilerplate = Compiler::Compile(source_code, script_name, 0, 0, NULL, NULL, - Handle::null()); + Handle::null(), NATIVES_CODE); FLAG_allow_natives_syntax = allow_natives_syntax; // If the compilation failed (possibly due to stack overflows), we // should never enter the result in the natives cache. Instead we -- cgit v1.2.1