Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 6446) |
| +++ src/code-stubs.h (working copy) |
| @@ -600,8 +600,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); |