| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 36443)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -7854,7 +7854,7 @@
|
| return;
|
| }
|
| // Get the source, scan and allocate the token stream.
|
| - VMTagScope tagScope(isolate, VMTag::kCompileTagId);
|
| + VMTagScope tagScope(isolate, VMTag::kCompileScannerTagId);
|
| TimerScope timer(FLAG_compiler_stats, &CompilerStats::scanner_timer);
|
| const String& src = String::Handle(isolate, Source());
|
| Scanner scanner(src, private_key);
|
|
|