Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 24eb87c223511459e0d07e770e33ffcbc31e176d..ae414d78434d3290fd086a1bef9c2a094b66417c 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -67,6 +67,7 @@ static Handle<JSFunction> Compile(const char* source) { |
false, |
Handle<Context>(isolate->native_context()), |
NULL, NULL, |
+ Handle<String>::null(), |
NOT_NATIVES_CODE); |
return isolate->factory()->NewFunctionFromSharedFunctionInfo( |
shared_function, isolate->native_context()); |