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

Unified Diff: src/deoptimize-reason.h

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/compiler/js-operator.cc ('k') | src/deoptimize-reason.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimize-reason.h
diff --git a/src/deoptimize-reason.h b/src/deoptimize-reason.h
index 959bd680dc09c1ddc3560ecf23ecbc5635083fc2..60e0a59c5a1e6ab0805eb09bea523e4d2f3afe7d 100644
--- a/src/deoptimize-reason.h
+++ b/src/deoptimize-reason.h
@@ -90,7 +90,7 @@
size_t hash_value(DeoptimizeReason reason);
-char const* DeoptimizeReasonToString(DeoptimizeReason reason);
+char const* const DeoptimizeReasonToString(DeoptimizeReason reason);
} // namespace internal
} // namespace v8
« no previous file with comments | « src/compiler/js-operator.cc ('k') | src/deoptimize-reason.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698