Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 903ea66984b4da1f4e736772f0dfb18a96425d70..c8f6e19df1061322e286933484eb259f30e331f0 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -87,6 +87,7 @@ namespace internal { |
| F(TryMigrateInstance, 1, 1) \ |
| F(NotifyContextDisposed, 0, 1) \ |
| F(ThrowIteratorResultNotAnObject, 1, 1) \ |
| + F(IncrementStatsCounter, 1, 1) \ |
| \ |
| /* Array join support */ \ |
| F(PushIfAbsent, 2, 1) \ |