Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 120a0533853339804adce806437522b9b2e44896..6540c5d289c856cfea9013520ee0e221b6d2ae0d 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -66,7 +66,7 @@ static Handle<JSFunction> Compile(const char* source) { |
0, |
false, |
Handle<Context>(isolate->native_context()), |
- NULL, NULL, |
+ NULL, NULL, NO_CACHED_DATA, |
NOT_NATIVES_CODE); |
return isolate->factory()->NewFunctionFromSharedFunctionInfo( |
shared_function, isolate->native_context()); |