Index: src/parsing/pattern-rewriter.cc |
diff --git a/src/parsing/pattern-rewriter.cc b/src/parsing/pattern-rewriter.cc |
index 04b517ebba4ba0928994237360387df279d1cc92..97517747083e9831438996d5eeaa112cb8a07551 100644 |
--- a/src/parsing/pattern-rewriter.cc |
+++ b/src/parsing/pattern-rewriter.cc |
@@ -488,8 +488,7 @@ void Parser::PatternRewriter::VisitArrayLiteral(ArrayLiteral* node, |
empty_exprs, |
// Reuse pattern's literal index - it is unused since there is no |
// actual literal allocated. |
- node->literal_index(), is_strong(scope()->language_mode()), |
- RelocInfo::kNoPosition)); |
+ node->literal_index(), RelocInfo::kNoPosition)); |
auto arguments = new (zone()) ZoneList<Expression*>(2, zone()); |
arguments->Add(factory()->NewVariableProxy(array), zone()); |