Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index bed8a6c92ba7822898a0fd9824fe17c02a088c45..b5ba46c4cb35c1eff91de562a9d8cb7e69555c12 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -105,6 +105,7 @@ static Handle<JSFunction> Compile(const char* source) { |
Handle<String>(), |
0, |
0, |
+ false, |
Handle<Context>(isolate->native_context()), |
NULL, |
NULL, |