| Index: src/compiler/pipeline.h
|
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
|
| index 15ed8a0e373dd5ee8a33f60311b67e28a9e8a2b1..ea8b7e9b4bd0ccc5b4467c3da094b23e71b856e2 100644
|
| --- a/src/compiler/pipeline.h
|
| +++ b/src/compiler/pipeline.h
|
| @@ -67,7 +67,7 @@ class Pipeline {
|
| void RunPrintAndVerify(const char* phase, bool untyped = false);
|
| Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor);
|
| void AllocateRegisters(const RegisterConfiguration* config,
|
| - bool run_verifier);
|
| + CallDescriptor* descriptor, bool run_verifier);
|
| };
|
|
|
| } // namespace compiler
|
|
|