| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index ff36fe90e0b0cd1c9a5c44f6086b7dc6ba069e33..03933d83d6f3ab41b3c4005ab3bf4ff17d82ed76 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -781,7 +781,8 @@ class Parser : public ParserBase<ParserTraits> {
|
| // Magical syntax support.
|
| Expression* ParseV8Intrinsic(bool* ok);
|
|
|
| - bool CheckInOrOf(bool accept_OF, ForEachStatement::VisitMode* visit_mode);
|
| + bool CheckInOrOf(bool accept_OF, ForEachStatement::VisitMode* visit_mode,
|
| + bool* ok);
|
|
|
| // Get odd-ball literals.
|
| Literal* GetLiteralUndefined(int position);
|
|
|