Title: [242446] releases/WebKitGTK/webkit-2.24/Source/WTF
Revision
242446
Author
carlo...@webkit.org
Date
2019-03-05 04:40:53 -0800 (Tue, 05 Mar 2019)

Log Message

Merge r241998 - Unreviewed, fix find/replace error from r232178

Looks like this was the only such error in that commit.

* wtf/URLHelpers.cpp:
(WTF::URLHelpers::isLookalikeCharacter):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/Source/WTF/ChangeLog (242445 => 242446)


--- releases/WebKitGTK/webkit-2.24/Source/WTF/ChangeLog	2019-03-05 12:40:50 UTC (rev 242445)
+++ releases/WebKitGTK/webkit-2.24/Source/WTF/ChangeLog	2019-03-05 12:40:53 UTC (rev 242446)
@@ -1,3 +1,12 @@
+2019-02-23  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Unreviewed, fix find/replace error from r232178
+
+        Looks like this was the only such error in that commit.
+
+        * wtf/URLHelpers.cpp:
+        (WTF::URLHelpers::isLookalikeCharacter):
+
 2019-02-23  Mark Lam  <mark....@apple.com>
 
         Add an exception check and some assertions in StringPrototype.cpp.

Modified: releases/WebKitGTK/webkit-2.24/Source/WTF/wtf/URLHelpers.cpp (242445 => 242446)


--- releases/WebKitGTK/webkit-2.24/Source/WTF/wtf/URLHelpers.cpp	2019-03-05 12:40:50 UTC (rev 242445)
+++ releases/WebKitGTK/webkit-2.24/Source/WTF/wtf/URLHelpers.cpp	2019-03-05 12:40:53 UTC (rev 242446)
@@ -180,8 +180,8 @@
     case 0x233F: /* APL FUNCTIONAL SYMBOL SLASH BAR */
     case 0x23AE: /* INTEGRAL EXTENSION */
     case 0x244A: /* OCR DOUBLE BACKSLASH */
-    case 0x2571: /* DisplayType::Box DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT */
-    case 0x2572: /* DisplayType::Box DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT */
+    case 0x2571: /* BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT */
+    case 0x2572: /* BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT */
     case 0x29F6: /* SOLIDUS WITH OVERBAR */
     case 0x29F8: /* BIG SOLIDUS */
     case 0x2AFB: /* TRIPLE SOLIDUS BINARY RELATION */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to