Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 25328fe5c7f7a66dd185dd0ab23a2d5aeb8a2236..3367c6d3868f0711fa27c36f5400ef2aff5f0e3b 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -1496,6 +1496,7 @@ class CEntryStub : public PlatformCodeStub { |
| void GenerateCore(MacroAssembler* masm, |
| Label* throw_normal_exception, |
| Label* throw_termination_exception, |
| + Label* throw_out_of_memory_exception, |
| bool do_gc, |
| bool always_allocate_scope); |