Title: [241998] trunk/Source/WTF
Revision
241998
Author
mcatanz...@igalia.com
Date
2019-02-23 16:57:25 -0800 (Sat, 23 Feb 2019)

Log Message

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: trunk/Source/WTF/ChangeLog (241997 => 241998)


--- trunk/Source/WTF/ChangeLog	2019-02-24 00:03:37 UTC (rev 241997)
+++ trunk/Source/WTF/ChangeLog	2019-02-24 00:57:25 UTC (rev 241998)
@@ -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: trunk/Source/WTF/wtf/URLHelpers.cpp (241997 => 241998)


--- trunk/Source/WTF/wtf/URLHelpers.cpp	2019-02-24 00:03:37 UTC (rev 241997)
+++ trunk/Source/WTF/wtf/URLHelpers.cpp	2019-02-24 00:57:25 UTC (rev 241998)
@@ -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