| Index: src/parsing/parser.cc
 | 
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
 | 
| index f022fda26009e049478b1dbef4682a996044a282..ebe17b2a75e07782a74efe4c2beaac1d9c937d56 100644
 | 
| --- a/src/parsing/parser.cc
 | 
| +++ b/src/parsing/parser.cc
 | 
| @@ -3847,7 +3847,8 @@ void Parser::ParseOnBackground(ParseInfo* info) {
 | 
|    } else {
 | 
|      DCHECK(info->character_stream() == nullptr);
 | 
|      stream.reset(ScannerStream::For(info->source_stream(),
 | 
| -                                    info->source_stream_encoding()));
 | 
| +                                    info->source_stream_encoding(),
 | 
| +                                    runtime_call_stats_));
 | 
|      stream_ptr = stream.get();
 | 
|    }
 | 
|    DCHECK(info->maybe_outer_scope_info().is_null());
 | 
| 
 |