Index: src/bootstrapper.cc |
=================================================================== |
--- src/bootstrapper.cc (revision 3836) |
+++ src/bootstrapper.cc (working copy) |
@@ -942,7 +942,8 @@ |
ASSERT(source->IsAsciiRepresentation()); |
Handle<String> script_name = Factory::NewStringFromUtf8(name); |
boilerplate = |
- Compiler::Compile(source, script_name, 0, 0, extension, NULL); |
+ Compiler::Compile(source, script_name, 0, 0, extension, NULL, |
+ Handle<String>::null()); |
if (boilerplate.is_null()) return false; |
cache->Add(name, boilerplate); |
} |