Title: [153738] trunk/Source/WTF
Revision
153738
Author
mr...@apple.com
Date
2013-08-05 20:10:18 -0700 (Mon, 05 Aug 2013)

Log Message

Build fix for Windows.

* wtf/Assertions.cpp: Include StringExtras.h rather than StdLibExtras.h, since the former is where
strncasecmp is declared.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (153737 => 153738)


--- trunk/Source/WTF/ChangeLog	2013-08-06 03:03:06 UTC (rev 153737)
+++ trunk/Source/WTF/ChangeLog	2013-08-06 03:10:18 UTC (rev 153738)
@@ -1,3 +1,10 @@
+2013-08-05  Mark Rowe  <mr...@apple.com>
+
+        Build fix for Qt Windows.
+
+        * wtf/Assertions.cpp: Include StringExtras.h rather than StdLibExtras.h, since the former is where
+        strncasecmp is declared.
+
 2013-07-26  Mark Rowe  <mr...@apple.com>
 
         Logging should be configurable using human-readable channel names rather than crazy bitmasks

Modified: trunk/Source/WTF/wtf/Assertions.cpp (153737 => 153738)


--- trunk/Source/WTF/wtf/Assertions.cpp	2013-08-06 03:03:06 UTC (rev 153737)
+++ trunk/Source/WTF/wtf/Assertions.cpp	2013-08-06 03:10:18 UTC (rev 153738)
@@ -36,7 +36,7 @@
 
 #include "Compiler.h"
 #include "OwnArrayPtr.h"
-#include <wtf/StdLibExtras.h>
+#include <wtf/StringExtras.h>
 #include <wtf/text/CString.h>
 #include <wtf/text/WTFString.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to