| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index ee5450dee67887523d97ce065f842a60737838c2..ba9cbab14e0971f29cad48bd42c094a0030b007a 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1471,6 +1471,7 @@ class RawLanguageError : public RawError {
|
| return reinterpret_cast<RawObject**>(&ptr()->formatted_message_);
|
| }
|
| int32_t token_pos_; // Source position in script_.
|
| + bool report_after_token_; // Report message at or after the token.
|
| int8_t kind_; // Of type LanguageError::Kind.
|
| };
|
|
|
|
|