Index: src/preparser.h |
diff --git a/src/preparser.h b/src/preparser.h |
index 1cd5dadf0d13557e9e978c5a0bee07f95680c89c..c6f483f72f642c06ac025d37fb8dbc59f8edcdb2 100644 |
--- a/src/preparser.h |
+++ b/src/preparser.h |
@@ -1614,7 +1614,7 @@ class PreParser : public ParserBase<PreParserTraits> { |
bool name_is_strict_reserved, int pos, |
bool* ok); |
- bool CheckInOrOf(bool accept_OF); |
+ bool CheckInOrOf(bool accept_OF, bool* ok); |
}; |