Index: Source/wtf/text/TextEncodingRegistry.cpp |
diff --git a/Source/wtf/text/TextEncodingRegistry.cpp b/Source/wtf/text/TextEncodingRegistry.cpp |
index 6699a4e67062e50001a71bd7f0eeb6f3247915dc..871a7aa5683fc329315a434b11fcf8c12db54430 100644 |
--- a/Source/wtf/text/TextEncodingRegistry.cpp |
+++ b/Source/wtf/text/TextEncodingRegistry.cpp |
@@ -118,7 +118,7 @@ static bool didExtendTextCodecMaps; |
static HashSet<const char*>* japaneseEncodings; |
static HashSet<const char*>* nonBackslashEncodings; |
-static const char* const textEncodingNameBlacklist[] = { "UTF-7" }; |
+static const char textEncodingNameBlacklist[][6] = { "UTF-7" }; |
#if ERROR_DISABLED |