| Index: runtime/vm/thread.cc
|
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
|
| index 69e782075ce2ea2e4b825190c2507d83adcf5758..406f0bc9d1ba97b2b917a28d6cfe665d9c5f3788 100644
|
| --- a/runtime/vm/thread.cc
|
| +++ b/runtime/vm/thread.cc
|
| @@ -97,7 +97,7 @@ Thread::Thread(Isolate* isolate)
|
| REUSABLE_HANDLE_LIST(REUSABLE_HANDLE_INITIALIZERS)
|
| REUSABLE_HANDLE_LIST(REUSABLE_HANDLE_SCOPE_INIT)
|
| safepoint_state_(0),
|
| - execution_state_(kThreadInVM),
|
| + execution_state_(kThreadInNative),
|
| next_(NULL) {
|
| NOT_IN_PRODUCT(
|
| dart_stream_ = Timeline::GetDartStream();
|
|
|