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

Unified Diff: src/parsing/preparser.h

Issue 2751513004: [parser] Delete misplaced const. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « src/parsing/parser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparser.h
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
index 2a8c349fb35aa9b761999974922fc3aa00970269..75afe09bb77c42af90c0725402561b9b4c4ac7d0 100644
--- a/src/parsing/preparser.h
+++ b/src/parsing/preparser.h
@@ -892,7 +892,7 @@ class PreParser : public ParserBase<PreParser> {
track_unresolved_variables_(false),
pending_error_handler_(pending_error_handler) {}
- static bool const IsPreParser() { return true; }
+ static bool IsPreParser() { return true; }
PreParserLogger* logger() { return &log_; }
« no previous file with comments | « src/parsing/parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698