Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 45ae8238249ea836f437c8186b4b54b5c5847370..961c94bff084361fa5957fa2fa12f964e443a5ad 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -120,6 +120,7 @@ static Handle<JSFunction> Compile(const char* source) { |
Handle<String>(), |
0, |
0, |
+ Handle<Context>(Isolate::Current()->native_context()), |
NULL, |
NULL, |
Handle<String>::null(), |