| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index bd9b98c74507cb0a887ce8d38dcfe6eb930ba6cf..c73d5577e14a381586279f43218dcae1c793de0d 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -697,9 +697,9 @@ class Compiler : public AllStatic {
|
| // Compile a String source within a context.
|
| static Handle<SharedFunctionInfo> CompileScript(
|
| Handle<String> source, Handle<Object> script_name, int line_offset,
|
| - int column_offset, bool is_shared_cross_origin, Handle<Context> context,
|
| - v8::Extension* extension, ScriptData** cached_data,
|
| - ScriptCompiler::CompileOptions compile_options,
|
| + int column_offset, bool is_internal_script, bool is_shared_cross_origin,
|
| + Handle<Context> context, v8::Extension* extension,
|
| + ScriptData** cached_data, ScriptCompiler::CompileOptions compile_options,
|
| NativesFlag is_natives_code);
|
|
|
| static Handle<SharedFunctionInfo> CompileStreamedScript(CompilationInfo* info,
|
|
|