Chromium Code Reviews| Index: src/parser.cc |
| =================================================================== |
| --- src/parser.cc (revision 554) |
| +++ src/parser.cc (working copy) |
| @@ -2921,7 +2921,7 @@ |
| entry.set_contains_array_literal(contains_array_literal); |
| } |
| - FunctionLiteral *function_literal = |
| + FunctionLiteral* function_literal = |
| NEW(FunctionLiteral(name, top_scope_, |
| body.elements(), materialized_literal_count, |
| contains_array_literal, expected_property_count, |