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

Unified Diff: chrome/common/pref_names.h

Issue 8958001: Fix mistakenly non-const variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 19791e16d44811de3a5d549e5debf7d5a9554dd2..b4a2638817b5ef8b36911db3fad19040b6ae5e63 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -56,7 +56,7 @@ extern const char kWebKitFantasyFontFamilyMap[];
// ISO 15924 four-letter script codes that per-script font prefs are supported
// for.
-extern const char* kWebKitScriptsForFontFamilyMaps[];
+extern const char* const kWebKitScriptsForFontFamilyMaps[];
extern const size_t kWebKitScriptsForFontFamilyMapsLength;
// Per-script font prefs that have defaults, for easy reference when registering
« no previous file with comments | « no previous file | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698