| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index a931364018c533092a939c7aba18b954a1466ead..d19bcaad83e33c34a0a6d7e3be990c3c6669da31 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -996,6 +996,7 @@ class RawScript : public RawObject {
|
|
|
| RawObject** from() { return reinterpret_cast<RawObject**>(&ptr()->url_); }
|
| RawString* url_;
|
| + RawString* resolved_url_;
|
| RawArray* compile_time_constants_;
|
| RawTokenStream* tokens_;
|
| RawString* source_;
|
|
|