Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 640af8fe6c8309eaf494fd567cc6ba7ae83cec1b..01b9c07f6bcb00e197132b7dff1acef4be27f662 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -3307,7 +3307,8 @@ class TokenStream : public Object { |
| kAllTokens |
| }; |
| - Iterator(const TokenStream& tokens, |
| + Iterator(Zone* zone, |
| + const TokenStream& tokens, |
| TokenPosition token_pos, |
| Iterator::StreamType stream_type = kNoNewlines); |