| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 5b9f658633ce95873c2677499cf3f4472bc35349..f33cb12e2a466d269ef1ca8ec5668080a9cf4d91 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -918,7 +918,7 @@ class RawTokenStream : public RawObject {
|
| return reinterpret_cast<RawObject**>(&ptr()->private_key_);
|
| }
|
| RawString* private_key_; // Key used for private identifiers.
|
| - RawArray* token_objects_;
|
| + RawGrowableObjectArray* token_objects_;
|
| RawExternalTypedData* stream_;
|
| RawObject** to() {
|
| return reinterpret_cast<RawObject**>(&ptr()->stream_);
|
|
|