Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 687afbd8fd6ba609501ccd4791bb6e06a6ad0d63..25b2b6b8beeff557781f66c8400e1e68e84d17e6 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) \ |