| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4064e941d5873e43cc5e58b30f9e3b3bb9472e7a..92ac4212358783f080c3b9bce9e549cae820e7a3 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2398,6 +2398,7 @@ class Script : public Object {
|
| bool HasSource() const;
|
| RawString* Source() const;
|
| RawString* GenerateSource() const; // Generates source code from Tokenstream.
|
| + RawGrowableObjectArray* GenerateLineNumberArray() const;
|
| RawScript::Kind kind() const {
|
| return static_cast<RawScript::Kind>(raw_ptr()->kind_);
|
| }
|
|
|