Title: [155160] trunk/Tools
Revision
155160
Author
[email protected]
Date
2013-09-05 16:30:32 -0700 (Thu, 05 Sep 2013)

Log Message

Unreviewed build fix. VectorReverse.cpp was removed after r155151.

* TestWebKitAPI/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (155159 => 155160)


--- trunk/Tools/ChangeLog	2013-09-05 23:27:41 UTC (rev 155159)
+++ trunk/Tools/ChangeLog	2013-09-05 23:30:32 UTC (rev 155160)
@@ -1,3 +1,9 @@
+2013-09-05  Seokju Kwon  <[email protected]>
+
+        Unreviewed build fix. VectorReverse.cpp was removed after r155151.
+
+        * TestWebKitAPI/CMakeLists.txt:
+
 2013-09-05  Anders Carlsson  <[email protected]>
 
         Make Vector::uncheckedAppend work with move-only types

Modified: trunk/Tools/TestWebKitAPI/CMakeLists.txt (155159 => 155160)


--- trunk/Tools/TestWebKitAPI/CMakeLists.txt	2013-09-05 23:27:41 UTC (rev 155159)
+++ trunk/Tools/TestWebKitAPI/CMakeLists.txt	2013-09-05 23:30:32 UTC (rev 155160)
@@ -111,7 +111,6 @@
     ${TESTWEBKITAPI_DIR}/Tests/WTF/StringOperators.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WTF/TemporaryChange.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WTF/Vector.cpp
-    ${TESTWEBKITAPI_DIR}/Tests/WTF/VectorReverse.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WTF/WTFString.cpp
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to