| Index: runtime/vm/native_entry.cc
|
| diff --git a/runtime/vm/native_entry.cc b/runtime/vm/native_entry.cc
|
| index 5d5a59685cd330f85db371dabc6ad0b00c1bf5ba..63c9a61a185036241fb5689ec9cf3bfcc2f6b938 100644
|
| --- a/runtime/vm/native_entry.cc
|
| +++ b/runtime/vm/native_entry.cc
|
| @@ -234,7 +234,7 @@ void NativeEntry::LinkNativeCall(Dart_NativeArguments args) {
|
|
|
| const intptr_t argc_tag = NativeArguments::ComputeArgcTag(func);
|
| const bool is_leaf_call =
|
| - (argc_tag & NativeArguments::AutoSetupScopeMask()) == 0;
|
| + (argc_tag & NativeArguments::AutoSetupScopeMask()) == 0;
|
|
|
| call_through_wrapper = !is_bootstrap_native && !is_leaf_call;
|
|
|
|
|