| Index: src/codegen.h
|
| ===================================================================
|
| --- src/codegen.h (revision 361)
|
| +++ src/codegen.h (working copy)
|
| @@ -248,10 +248,10 @@
|
| void GenerateCore(MacroAssembler* masm,
|
| Label* throw_normal_exception,
|
| Label* throw_out_of_memory_exception,
|
| - bool do_gc, bool do_restore);
|
| + StackFrame::Type frame_type,
|
| + bool do_gc);
|
| void GenerateThrowTOS(MacroAssembler* masm);
|
| void GenerateThrowOutOfMemory(MacroAssembler* masm);
|
| - void GenerateReserveCParameterSpace(MacroAssembler* masm, int num_parameters);
|
|
|
| private:
|
| Major MajorKey() { return CEntry; }
|
| @@ -274,7 +274,6 @@
|
| };
|
|
|
|
|
| -
|
| class JSEntryStub : public CodeStub {
|
| public:
|
| JSEntryStub() { }
|
|
|