| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 15483cb9f67bb3a073115a09db0d3d4d14743f1a..39ae291177b3635a8444865a84c486a9203d79e1 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -414,7 +414,7 @@ LEAF_RUNTIME_ENTRY_LIST(DEFINE_OFFSET_METHOD)
|
| int32_t no_callback_scope_depth_;
|
| #if defined(DEBUG)
|
| HandleScope* top_handle_scope_;
|
| - intptr_t no_handle_scope_depth_;
|
| + int32_t no_handle_scope_depth_;
|
| int32_t no_safepoint_scope_depth_;
|
| #endif
|
| VMHandles reusable_handles_;
|
|
|