| Index: runtime/vm/native_entry.cc
|
| diff --git a/runtime/vm/native_entry.cc b/runtime/vm/native_entry.cc
|
| index af4bd9691598e25d4374050456a29563ff1e552d..40e61e6afed49ff6283c15f7f840bae0efe20d37 100644
|
| --- a/runtime/vm/native_entry.cc
|
| +++ b/runtime/vm/native_entry.cc
|
| @@ -51,6 +51,7 @@ void NativeEntry::NativeCallWrapper(Dart_NativeArguments args,
|
| VERIFY_ON_TRANSITION;
|
| NativeArguments* arguments = reinterpret_cast<NativeArguments*>(args);
|
| Isolate* isolate = arguments->isolate();
|
| + VMTagScope tagScope(VMTag::kRuntimeNativeTagId, isolate);
|
| ApiState* state = isolate->api_state();
|
| ASSERT(state != NULL);
|
| ApiLocalScope* current_top_scope = state->top_scope();
|
|
|