Chromium Code Reviews| Index: src/compiler.cc |
| =================================================================== |
| --- src/compiler.cc (revision 3271) |
| +++ src/compiler.cc (working copy) |
| @@ -452,7 +452,6 @@ |
| // Set the optimication hints after performing lazy compilation, as these are |
| // not set when the function is set up as a lazily compiled function. |
| shared->SetThisPropertyAssignmentsInfo( |
| - lit->has_only_this_property_assignments(), |
| lit->has_only_simple_this_property_assignments(), |
| *lit->this_property_assignments()); |