Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d8ea753c72eeb7e86beec38fe253d0531407406a..cfd67ba891393dc2649e53694e79d3c738269d4a 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -345,12 +345,11 @@ namespace internal { |
F(ParseJson, 1, 1) |
-#define FOR_EACH_INTRINSIC_LITERALS(F) \ |
- F(CreateRegExpLiteral, 4, 1) \ |
- F(CreateObjectLiteral, 4, 1) \ |
- F(CreateArrayLiteral, 4, 1) \ |
- F(CreateArrayLiteralStubBailout, 3, 1) \ |
- F(StoreArrayLiteralElement, 5, 1) |
+#define FOR_EACH_INTRINSIC_LITERALS(F) \ |
+ F(CreateRegExpLiteral, 4, 1) \ |
+ F(CreateObjectLiteral, 4, 1) \ |
+ F(CreateArrayLiteral, 4, 1) \ |
+ F(CreateArrayLiteralStubBailout, 3, 1) |
#define FOR_EACH_INTRINSIC_LIVEEDIT(F) \ |