| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index a2f8d2143204ac0b8207e82621fffedec0c3fcd6..783bf13568d9443e45c7a32f9077d88227e215c0 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3279,7 +3279,7 @@ class TokenStream : public Object {
|
| RawString* GenerateSource() const;
|
| RawString* GenerateSource(TokenPosition start,
|
| TokenPosition end) const;
|
| - TokenPosition ComputeSourcePosition(TokenPosition tok_pos) const;
|
| + intptr_t ComputeSourcePosition(TokenPosition tok_pos) const;
|
|
|
| RawString* PrivateKey() const;
|
|
|
|
|