Title: [198067] trunk/Tools
Revision
198067
Author
[email protected]
Date
2016-03-12 12:58:58 -0800 (Sat, 12 Mar 2016)

Log Message

REGRESSION (r178615): Fix incorrect case in included header for WeakPtr.cpp

* TestWebKitAPI/Tests/WTF/WeakPtr.cpp: Change "test.h" to
"Test.h" to fix incorrect case.  This was discovered when adding
WeakPtr.cpp to CMakeLists.txt for the patch on Bug 155394.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (198066 => 198067)


--- trunk/Tools/ChangeLog	2016-03-12 19:59:41 UTC (rev 198066)
+++ trunk/Tools/ChangeLog	2016-03-12 20:58:58 UTC (rev 198067)
@@ -1,5 +1,13 @@
 2016-03-12  David Kilzer  <[email protected]>
 
+        REGRESSION (r178615): Fix incorrect case in included header for WeakPtr.cpp
+
+        * TestWebKitAPI/Tests/WTF/WeakPtr.cpp: Change "test.h" to
+        "Test.h" to fix incorrect case.  This was discovered when adding
+        WeakPtr.cpp to CMakeLists.txt for the patch on Bug 155394.
+
+2016-03-12  David Kilzer  <[email protected]>
+
         run-webkit-tests: handle Darwin framework/library environment variables more consistently
         <http://webkit.org/b/155392>
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp (198066 => 198067)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp	2016-03-12 19:59:41 UTC (rev 198066)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp	2016-03-12 20:58:58 UTC (rev 198067)
@@ -24,8 +24,8 @@
  */
 
 #include "config.h"
-#include "test.h"
 
+#include "Test.h"
 #include <wtf/WeakPtr.h>
 
 namespace TestWebKitAPI {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to