Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 6f3100279f926700f702e08d294bfaed0e5e1376..002b78a5410ad148ec0b6577f27a56d4b2950a64 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -366,11 +366,9 @@ class Thread : public BaseThread { |
| static intptr_t heap_offset() { return OFFSET_OF(Thread, heap_); } |
| void set_top(uword value) { |
| - ASSERT(heap_ != NULL); |
| top_ = value; |
| } |
| void set_end(uword value) { |
| - ASSERT(heap_ != NULL); |
| end_ = value; |
| } |