Index: src/debug.cc |
=================================================================== |
--- src/debug.cc (revision 3836) |
+++ src/debug.cc (working copy) |
@@ -690,7 +690,8 @@ |
bool allow_natives_syntax = FLAG_allow_natives_syntax; |
FLAG_allow_natives_syntax = true; |
Handle<JSFunction> boilerplate; |
- boilerplate = Compiler::Compile(source_code, script_name, 0, 0, NULL, NULL); |
+ boilerplate = Compiler::Compile(source_code, script_name, 0, 0, NULL, NULL, |
+ Handle<String>::null()); |
FLAG_allow_natives_syntax = allow_natives_syntax; |
// Silently ignore stack overflows during compilation. |