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