Title: [160856] trunk/Source/WebKit2
Revision
160856
Author
m.pak...@samsung.com
Date
2013-12-19 13:52:15 -0800 (Thu, 19 Dec 2013)

Log Message

Unreviewed EFL build fix attempt after r160853

* CMakeLists.txt: Change WebURLResponse.cpp to APIURLResponse.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (160855 => 160856)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-12-19 21:38:12 UTC (rev 160855)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-12-19 21:52:15 UTC (rev 160856)
@@ -187,6 +187,7 @@
     Shared/APIPageHandle.cpp
     Shared/APIObject.cpp
     Shared/APIURLRequest.cpp
+    Shared/APIURLResponse.cpp
     Shared/ActivityAssertion.cpp
     Shared/CacheModel.cpp
     Shared/ChildProcess.cpp
@@ -237,7 +238,6 @@
     Shared/WebRenderObject.cpp
     Shared/WebResourceBuffer.cpp
     Shared/WebTouchEvent.cpp
-    Shared/WebURLResponse.cpp
     Shared/WebWheelEvent.cpp
 
     Shared/API/c/WKArray.cpp

Modified: trunk/Source/WebKit2/ChangeLog (160855 => 160856)


--- trunk/Source/WebKit2/ChangeLog	2013-12-19 21:38:12 UTC (rev 160855)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-19 21:52:15 UTC (rev 160856)
@@ -1,3 +1,9 @@
+2013-12-19  Michał Pakuła vel Rutka  <m.pak...@samsung.com>
+
+        Unreviewed EFL build fix attempt after r160853
+
+        * CMakeLists.txt: Change WebURLResponse.cpp to APIURLResponse.cpp.
+
 2013-12-17  Sam Weinig  <s...@webkit.org>
 
         [WK2] Rename WebURLResponse to API::URLResponse
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to