Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 1ea85c83ab936f518683f02a762b8ecb4ded056c..8685200fe62b20142ddced9074708b2b6e8ff139 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -463,6 +463,7 @@ namespace internal { |
| \ |
| /* Arrays */ \ |
| F(ArrayConstructor, -1, 1) \ |
| + F(ArrayConstructorWithSubclassing, -1, 1) \ |
| F(InternalArrayConstructor, -1, 1) \ |
| \ |
| /* Literals */ \ |