Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 41798947dd0b9f31505c65ad22f9003f8ab61bcd..8cbdb0c2b78ea2b83b24a60db5d68affe8f8271f 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -624,7 +624,7 @@ |
// Compile a String source within a context. |
static Handle<SharedFunctionInfo> CompileScript( |
Handle<String> source, Handle<Object> script_name, int line_offset, |
- int column_offset, ScriptOriginOptions resource_options, |
+ int column_offset, bool is_debugger_script, bool is_shared_cross_origin, |
Handle<Object> source_map_url, Handle<Context> context, |
v8::Extension* extension, ScriptData** cached_data, |
ScriptCompiler::CompileOptions compile_options, |