Index: src/parser.cc |
=================================================================== |
--- src/parser.cc (revision 694) |
+++ src/parser.cc (working copy) |
@@ -790,8 +790,8 @@ |
bool is_expression) { |
ZoneScope zone_scope(DONT_DELETE_ON_EXIT); |
StatsRateScope timer(&Counters::parse_lazy); |
+ source->TryFlatten(StringShape(*source)); |
StringShape shape(*source); |
- source->TryFlatten(shape); |
Counters::total_parse_size.Increment(source->length(shape)); |
SafeStringInputBuffer buffer(source.location()); |