| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 85cccf1370b6dadc2bac466eaddd0e0f073c0bb4..fa95797987323c29674aff65680389fbe5b79ff3 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2266,6 +2266,7 @@ class TokenStream : public Object {
|
| void SetStream(const ExternalTypedData& stream) const;
|
|
|
| RawString* GenerateSource() const;
|
| + RawString* GenerateSource(intptr_t start, intptr_t end) const;
|
| intptr_t ComputeSourcePosition(intptr_t tok_pos) const;
|
|
|
| RawString* PrivateKey() const;
|
|
|