Chromium Code Reviews| Index: src/codegen.cc |
| =================================================================== |
| --- src/codegen.cc (revision 3271) |
| +++ src/codegen.cc (working copy) |
| @@ -268,7 +268,6 @@ |
| fun->shared()->set_is_toplevel(is_toplevel); |
| fun->shared()->set_inferred_name(*lit->inferred_name()); |
| fun->shared()->SetThisPropertyAssignmentsInfo( |
| - lit->has_only_this_property_assignments(), |
| lit->has_only_simple_this_property_assignments(), |
| *lit->this_property_assignments()); |
| } |