Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index a17883fd456182865a90a1b76225ff02ae826ddb..30d11261356cc2fe7aceba5f0400ded62d38f56a 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -4268,8 +4268,7 @@ FunctionLiteral* Parser::ParseFunctionLiteral( |
while (!done) { |
bool is_strict_reserved = false; |
Handle<String> param_name = |
- ParseIdentifierOrStrictReservedWord(&is_strict_reserved, |
- CHECK_OK); |
+ ParseIdentifierOrStrictReservedWord(&is_strict_reserved, CHECK_OK); |
// Store locations for possible future error reports. |
if (!name_loc.IsValid() && IsEvalOrArguments(param_name)) { |