Title: [204613] trunk/Source/WebCore
Revision
204613
Author
[email protected]
Date
2016-08-18 16:03:47 -0700 (Thu, 18 Aug 2016)

Log Message

Unreviewed, nit fix after r204605 reported by Darin.

* platform/text/TextCodecICU.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204612 => 204613)


--- trunk/Source/WebCore/ChangeLog	2016-08-18 22:55:05 UTC (rev 204612)
+++ trunk/Source/WebCore/ChangeLog	2016-08-18 23:03:47 UTC (rev 204613)
@@ -1,3 +1,9 @@
+2016-08-18  Chris Dumez  <[email protected]>
+
+        Unreviewed, nit fix after r204605 reported by Darin.
+
+        * platform/text/TextCodecICU.cpp:
+
 2016-08-17  Ryosuke Niwa  <[email protected]>
 
         Add basic support for connected and disconnected callbacks

Modified: trunk/Source/WebCore/platform/text/TextCodecICU.cpp (204612 => 204613)


--- trunk/Source/WebCore/platform/text/TextCodecICU.cpp	2016-08-18 22:55:05 UTC (rev 204612)
+++ trunk/Source/WebCore/platform/text/TextCodecICU.cpp	2016-08-18 23:03:47 UTC (rev 204613)
@@ -125,7 +125,7 @@
     { encoding, 0, nullptr }
 
 static const struct EncodingName {
-    const char* const name;
+    const char* name;
     unsigned aliasCount;
     const char* const * aliases;
 } encodingNames[] = {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to