Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index e786a9e93472d5ce71b8551c118b2720cfa898e1..18aada4968979d4f8e054052d9288f08e8a9efa9 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -60,6 +60,7 @@ namespace internal { |
| F(GetArgumentsProperty, 1, 1) \ |
| F(ToFastProperties, 1, 1) \ |
| F(ToSlowProperties, 1, 1) \ |
| + F(FinishArrayPrototypeSetup, 1, 1) \ |
| \ |
| F(IsInPrototypeChain, 2, 1) \ |
| F(SetHiddenPrototype, 2, 1) \ |