Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: src/preparser.h

Issue 939063002: [strong] Deprecate for-in (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698