Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Unified Diff: runtime/vm/thread.cc

Issue 1985763002: Fix ARM build by moving field in Thread (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index a892bd289e9b690a9a7c1d4b1f3d409a601b87c6..7307751eaf94e5ccbfc2e98ef770854a5db75d6b 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -64,12 +64,12 @@ Thread::Thread(Isolate* isolate)
stack_limit_(0),
stack_overflow_flags_(0),
isolate_(NULL),
- dart_stream_(NULL),
heap_(NULL),
top_exit_frame_info_(0),
store_buffer_block_(NULL),
vm_tag_(0),
task_kind_(kUnknownTask),
+ dart_stream_(NULL),
os_thread_(NULL),
thread_lock_(new Monitor()),
zone_(NULL),
« no previous file with comments | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698