Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 1b7e32e7a1860c631d75f8b958ccc347ea115b89..d67f781e699ec062ce3e7f4f1ddde658c42ddc03 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -112,6 +112,7 @@ namespace internal { |
| F(FlattenString, 1, 1) \ |
| F(MigrateInstance, 1, 1) \ |
| F(NotifyContextDisposed, 0, 1) \ |
| + F(MaxSmi, 0, 1) \ |
| \ |
| /* Array join support */ \ |
| F(PushIfAbsent, 2, 1) \ |