Chromium Code Reviews| Index: src/macro-assembler.h |
| diff --git a/src/macro-assembler.h b/src/macro-assembler.h |
| index 7d4bbbc0cacff4447274ea6e555bc5000fdb8903..11e2217e07c218a098d0313b8be5c6b5ff39c00d 100644 |
| --- a/src/macro-assembler.h |
| +++ b/src/macro-assembler.h |
| @@ -36,13 +36,6 @@ enum InvokeFlag { |
| }; |
| -// Types of uncatchable exceptions. |
| -enum UncatchableExceptionType { |
| - OUT_OF_MEMORY, |
| - TERMINATION |
| -}; |
| - |
| - |
| // Invalid depth in prototype chain. |
| const int kInvalidProtoDepth = -1; |