Index: runtime/vm/parser.h |
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
index 81487fc8e37c18573a8fedc2422325e3fba468b5..4524b7a07a9683423844280e4d4352b9e545744d 100644 |
--- a/runtime/vm/parser.h |
+++ b/runtime/vm/parser.h |
@@ -818,6 +818,7 @@ class Parser : public ValueObject { |
RawInstance* TryCanonicalize(const Instance& instance, intptr_t token_pos); |
+ Thread* thread() const { return thread_; } |
Isolate* isolate() const { return isolate_; } |
Zone* zone() const { return thread_->zone(); } |