| Index: src/parser.cc
|
| diff --git a/src/parser.cc b/src/parser.cc
|
| index 71c6f6770e2a219a4f8d09061c4bcb353f37da8e..b1689191ad357d96671206edea6e3d4fbcfe3317 100644
|
| --- a/src/parser.cc
|
| +++ b/src/parser.cc
|
| @@ -4114,8 +4114,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)) {
|
|
|