| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index e3cc0d6447bea78168bd5979c0f2a900706f58cb..a2f10ac7b3dc258b8eb58b17bd6cfea3573db904 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -118,7 +118,6 @@ bool IsolateMessageHandler::HandleMessage(Message* message) {
|
| // TODO(turnidge): Rework collection total dart execution. This can
|
| // overcount when other things (gc, compilation) are active.
|
| TIMERSCOPE(isolate_, time_dart_execution);
|
| - VMTagScope tagScope(isolate_, VMTag::kScriptTagId);
|
|
|
| // If the message is in band we lookup the receive port to dispatch to. If
|
| // the receive port is closed, we drop the message without deserializing it.
|
|
|