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

Unified Diff: src/parsing/parser-base.h

Issue 2142333002: Refactor class declaration logic to the parser and runtime Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: minor cleanup per Adam Created 4 years, 5 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/parsing/parser-base.h
diff --git a/src/parsing/parser-base.h b/src/parsing/parser-base.h
index f24fc36c54dae5782a48d7b773836bd42ebf144a..529a1a522133b314dfcad298792e19b08586edea 100644
--- a/src/parsing/parser-base.h
+++ b/src/parsing/parser-base.h
@@ -148,7 +148,6 @@ struct FormalParametersBase {
// typedef Identifier;
// typedef Expression;
// typedef FunctionLiteral;
-// typedef ClassLiteral;
// typedef ObjectLiteralProperty;
// typedef Literal;
// typedef ExpressionList;

Powered by Google App Engine
This is Rietveld 408576698