| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index dcd03a6d49d15e916c105a22330f71802e2a53f6..eb9f54a6eee34d10267202f51a51e341082c9dd6 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -850,8 +850,8 @@ class Parser : public ValueObject {
|
| Isolate* isolate() const { return isolate_; }
|
| Zone* zone() const { return thread_->zone(); }
|
|
|
| + Thread* thread_; // Cached current thread.
|
| Isolate* isolate_; // Cached current isolate.
|
| - Thread* thread_;
|
|
|
| Script& script_;
|
| TokenStream::Iterator tokens_iterator_;
|
|
|