Index: src/compiler.h |
=================================================================== |
--- src/compiler.h (revision 4145) |
+++ src/compiler.h (working copy) |
@@ -237,7 +237,8 @@ |
int line_offset, int column_offset, |
v8::Extension* extension, |
ScriptDataImpl* pre_data, |
- Handle<Object> script_data); |
+ Handle<Object> script_data, |
+ NativesFlag is_natives_code); |
// Compile a String source within a context for Eval. |
static Handle<JSFunction> CompileEval(Handle<String> source, |