Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 9502631571e391a011606287a2849cd51e2717a3..840ba92514834fb9306de5649e8ab9fd09b3c3ce 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -396,6 +396,7 @@ namespace internal { |
| F(NewObject, 1, 1) \ |
| F(NewObjectFromBound, 1, 1) \ |
| F(FinalizeInstanceSize, 1, 1) \ |
| + F(CatchInOptimizedCode, 1, 1) \ |
| F(Throw, 1, 1) \ |
| F(ReThrow, 1, 1) \ |
| F(ThrowReferenceError, 1, 1) \ |