Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 8b650e9754d7f97094ae4664f0166c261543c5e3..4872ab51ccbd1e245a1c5a3f18b05d0b286ba69b 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -408,6 +408,7 @@ namespace internal { |
| F(ReThrow, 1, 1) \ |
| F(ThrowReferenceError, 1, 1) \ |
| F(ThrowNotDateError, 0, 1) \ |
| + F(ThrowMessage, 1, 1) \ |
| F(StackGuard, 0, 1) \ |
| F(Interrupt, 0, 1) \ |
| F(PromoteScheduledException, 0, 1) \ |