Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index b9d1ddb87f563cca6fe7aa2feef264bd7f83fda2..2f6beba0297808824bced1e5fd484f833f9b8e31 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -728,7 +728,7 @@ class Compiler : public AllStatic { |
int column_offset, bool is_debugger_script, bool is_shared_cross_origin, |
Handle<Context> context, v8::Extension* extension, |
ScriptData** cached_data, ScriptCompiler::CompileOptions compile_options, |
- NativesFlag is_natives_code); |
+ NativesFlag is_natives_code, bool is_module); |
static Handle<SharedFunctionInfo> CompileStreamedScript(CompilationInfo* info, |
int source_length); |