Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 4872ab51ccbd1e245a1c5a3f18b05d0b286ba69b..b6a9dcf8a18333d4fa1612288fa3f60d52eceb8c 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -301,7 +301,8 @@ namespace internal { |
/* Literals */ \ |
F(MaterializeRegExpLiteral, 4, 1)\ |
F(CreateObjectLiteral, 4, 1) \ |
- F(CreateArrayLiteral, 3, 1) \ |
+ F(CreateArrayLiteral, 4, 1) \ |
+ F(CreateArrayLiteralStubBailout, 3, 1) \ |
\ |
/* Harmony generators */ \ |
F(CreateJSGeneratorObject, 0, 1) \ |