| Index: src/compiler/pipeline.h
|
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
|
| index 950259e9c0aa43fc137b0ed7ad0bd128ff8eeb1d..90c3574bc867bf344f0ffc7c868f6e9ad18aa23c 100644
|
| --- a/src/compiler/pipeline.h
|
| +++ b/src/compiler/pipeline.h
|
| @@ -74,6 +74,8 @@ class Pipeline {
|
| Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor);
|
| void AllocateRegisters(const RegisterConfiguration* config,
|
| CallDescriptor* descriptor, bool run_verifier);
|
| +
|
| + void InitializeFrame(CallDescriptor* descriptor);
|
| };
|
|
|
| } // namespace compiler
|
|
|