Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 6955) |
| +++ src/code-stubs.h (working copy) |
| @@ -599,8 +599,7 @@ |
| Label* throw_termination_exception, |
| Label* throw_out_of_memory_exception, |
| bool do_gc, |
| - bool always_allocate_scope, |
| - int alignment_skew = 0); |
| + bool always_allocate_scope); |
| void GenerateThrowTOS(MacroAssembler* masm); |
| void GenerateThrowUncatchable(MacroAssembler* masm, |
| UncatchableExceptionType type); |