Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 60c6677116cbc5d5e621271187234ef70a5bd8fb..1ad9b3d666394b74919699cca028ff3604b7d4c2 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) \ |