| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index ccbb3ef7c132c25f84556871336829cb6ce06112..219b6fc7c5fa547c091ce708cf10edac5bcc3d6a 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -3271,7 +3271,6 @@ DART_EXPORT Dart_Handle Dart_Invoke(Dart_Handle target,
|
| // TODO(turnidge): This is a bit simplistic. It overcounts when
|
| // other operations (gc, compilation) are active.
|
| TIMERSCOPE(isolate, time_dart_execution);
|
| - VMTagScope tagScope(isolate, VMTag::kScriptTagId);
|
|
|
| const String& function_name = Api::UnwrapStringHandle(isolate, name);
|
| if (function_name.IsNull()) {
|
|
|