| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 7eeb868aa58268fb3bf8f53a847998df57f8895f..24aaa12c7b0d756c4595f5f2e0a4b70de2379079 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -748,6 +748,8 @@ class Class : public Object {
|
| intptr_t token_pos() const { return raw_ptr()->token_pos_; }
|
| void set_token_pos(intptr_t value) const;
|
|
|
| + intptr_t ComputeEndTokenPos() const;
|
| +
|
| // This class represents the signature class of a closure function if
|
| // signature_function() is not null.
|
| // The associated function may be a closure function (with code) or a
|
|
|