Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index e7110fe36a74185e830cfa3543fc28b0e47ff64f..d7c291767a325bfdce7c79cec39fd7663831da30 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -110,7 +110,7 @@ class Compiler : public AllStatic { |
Handle<Object> source_map_url, Handle<Context> context, |
v8::Extension* extension, ScriptData** cached_data, |
ScriptCompiler::CompileOptions compile_options, |
- NativesFlag is_natives_code, bool is_module); |
+ NativesFlag is_natives_code); |
// Create a shared function info object for a Script that has already been |
// parsed while the script was being loaded from a streamed source. |