Title: [195458] trunk/Source/WTF
- Revision
- 195458
- Author
- [email protected]
- Date
- 2016-01-22 10:24:57 -0800 (Fri, 22 Jan 2016)
Log Message
Unreviewed attempt to fix the Windows build after r195452.
* wtf/text/WTFString.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (195457 => 195458)
--- trunk/Source/WTF/ChangeLog 2016-01-22 18:11:51 UTC (rev 195457)
+++ trunk/Source/WTF/ChangeLog 2016-01-22 18:24:57 UTC (rev 195458)
@@ -1,3 +1,9 @@
+2016-01-22 Chris Dumez <[email protected]>
+
+ Unreviewed attempt to fix the Windows build after r195452.
+
+ * wtf/text/WTFString.h:
+
2016-01-22 Darin Adler <[email protected]>
Reduce use of equalIgnoringCase to just ignore ASCII case
Modified: trunk/Source/WTF/wtf/text/WTFString.h (195457 => 195458)
--- trunk/Source/WTF/wtf/text/WTFString.h 2016-01-22 18:11:51 UTC (rev 195457)
+++ trunk/Source/WTF/wtf/text/WTFString.h 2016-01-22 18:24:57 UTC (rev 195458)
@@ -739,6 +739,7 @@
using WTF::charactersToFloat;
using WTF::equal;
using WTF::equalIgnoringCase;
+using WTF::equalLettersIgnoringASCIICase;
using WTF::find;
using WTF::isAllSpecialCharacters;
using WTF::isSpaceOrNewline;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes