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

Unified Diff: src/deoptimize-reason.cc

Issue 2286163002: Revert of Fix compiler warnings on "make android_arm" (Closed)
Patch Set: Created 4 years, 4 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/deoptimize-reason.h ('k') | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimize-reason.cc
diff --git a/src/deoptimize-reason.cc b/src/deoptimize-reason.cc
index b0ee780070162fe2be156ab156b5cb5b329d2783..87c8905ff8f1d6e22a6eca23ca98d73de1030b63 100644
--- a/src/deoptimize-reason.cc
+++ b/src/deoptimize-reason.cc
@@ -23,7 +23,7 @@
return static_cast<uint8_t>(reason);
}
-char const* DeoptimizeReasonToString(DeoptimizeReason reason) {
+char const* const DeoptimizeReasonToString(DeoptimizeReason reason) {
static char const* kDeoptimizeReasonStrings[] = {
#define DEOPTIMIZE_REASON(Name, message) message,
DEOPTIMIZE_REASON_LIST(DEOPTIMIZE_REASON)
« no previous file with comments | « src/deoptimize-reason.h ('k') | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698