Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 41244) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -1173,7 +1173,6 @@ |
| RAW_HEAP_OBJECT_IMPLEMENTATION(Context); |
| int32_t num_variables_; |
| - Isolate* isolate_; |
| RawObject** from() { return reinterpret_cast<RawObject**>(&ptr()->parent_); } |
| RawContext* parent_; |