Title: [188561] trunk/Tools
Revision
188561
Author
mmaxfi...@apple.com
Date
2015-08-17 17:52:23 -0700 (Mon, 17 Aug 2015)

Log Message

Fix the build

Unreviewed.

* TestWebKitAPI/Tests/WTF/StringHasher.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188560 => 188561)


--- trunk/Tools/ChangeLog	2015-08-18 00:43:55 UTC (rev 188560)
+++ trunk/Tools/ChangeLog	2015-08-18 00:52:23 UTC (rev 188561)
@@ -1,3 +1,11 @@
+2015-08-17  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix the build
+
+        Unreviewed.
+
+        * TestWebKitAPI/Tests/WTF/StringHasher.cpp:
+
 2015-08-17  Alex Christensen  <achristen...@webkit.org>
 
         Build Debug Suffix on Windows with CMake

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/StringHasher.cpp (188560 => 188561)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/StringHasher.cpp	2015-08-18 00:43:55 UTC (rev 188560)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/StringHasher.cpp	2015-08-18 00:52:23 UTC (rev 188561)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#include <wtf/StringHasher.h>
+#include <wtf/Hasher.h>
 
 namespace TestWebKitAPI {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to