Title: [160382] trunk/Source/WebKit2
Revision
160382
Author
commit-qu...@webkit.org
Date
2013-12-10 13:10:13 -0800 (Tue, 10 Dec 2013)

Log Message

[EFL] Fix WK2 build after r160341
https://bugs.webkit.org/show_bug.cgi?id=125529

Patch by Nick Diego Yamane <nick.yam...@openbossa.org> on 2013-12-10
Reviewed by Anders Carlsson.

* CMakeLists.txt: Added new files UserData.cpp, APIFrameHandle.cpp and APIPageHandle.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (160381 => 160382)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 21:07:26 UTC (rev 160381)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 21:10:13 UTC (rev 160382)
@@ -181,6 +181,8 @@
     PluginProcess/WebProcessConnection.cpp
 
     Shared/APIArray.cpp
+    Shared/APIFrameHandle.cpp
+    Shared/APIPageHandle.cpp
     Shared/APIObject.cpp
     Shared/ActivityAssertion.cpp
     Shared/CacheModel.cpp
@@ -201,6 +203,7 @@
     Shared/ShareableResource.cpp
     Shared/StatisticsData.cpp
     Shared/UpdateInfo.cpp
+    Shared/UserData.cpp
     Shared/VisitedLinkTable.cpp
     Shared/WebBackForwardListItem.cpp
     Shared/WebBatteryStatus.cpp

Modified: trunk/Source/WebKit2/ChangeLog (160381 => 160382)


--- trunk/Source/WebKit2/ChangeLog	2013-12-10 21:07:26 UTC (rev 160381)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-10 21:10:13 UTC (rev 160382)
@@ -1,3 +1,12 @@
+2013-12-10  Nick Diego Yamane  <nick.yam...@openbossa.org>
+
+        [EFL] Fix WK2 build after r160341
+        https://bugs.webkit.org/show_bug.cgi?id=125529
+
+        Reviewed by Anders Carlsson.
+
+        * CMakeLists.txt: Added new files UserData.cpp, APIFrameHandle.cpp and APIPageHandle.cpp.
+
 2013-12-10  Anders Carlsson  <ander...@apple.com>
 
         Add more API object types to UserData
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to