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

Unified Diff: runtime/vm/object.h

Issue 1427863002: Token stream iterator improvement (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index aee0b26d3e0fbab9ee197c78e1e2182fd88b60e3..014d0bb537887e90e8cc3c6e9ad1917548ce87d3 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3200,7 +3200,7 @@ class TokenStream : public Object {
TokenStream& tokens_;
ExternalTypedData& data_;
ReadStream stream_;
- GrowableObjectArray& token_objects_;
+ Array& token_objects_;
Object& obj_;
intptr_t cur_token_pos_;
Token::Kind cur_token_kind_;
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698