| Index: test/cctest/compiler/test-simplified-lowering.cc
 | 
| diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc
 | 
| index 336f2a2594a2960b3ddfc3c9604070f73b49a3e7..9c57b0b4fea2e0ee7cb6e80f0d1309e59dcb530a 100644
 | 
| --- a/test/cctest/compiler/test-simplified-lowering.cc
 | 
| +++ b/test/cctest/compiler/test-simplified-lowering.cc
 | 
| @@ -83,7 +83,7 @@ class SimplifiedLoweringTester : public GraphBuilderTester<ReturnType> {
 | 
|    T* CallWithPotentialGC() {
 | 
|      // TODO(titzer): we wrap the code in a JSFunction here to reuse the
 | 
|      // JSEntryStub; that could be done with a special prologue or other stub.
 | 
| -    Handle<JSFunction> fun = FunctionTester::ForMachineGraph(this->graph());
 | 
| +    Handle<JSFunction> fun = FunctionTester::ForMachineGraph(this->graph(), 0);
 | 
|      Handle<Object>* args = NULL;
 | 
|      MaybeHandle<Object> result = Execution::Call(
 | 
|          this->isolate(), fun, factory()->undefined_value(), 0, args);
 | 
| 
 |