Title: [188900] trunk/Source/WebKit2
Revision
188900
Author
gyuyoung....@webkit.org
Date
2015-08-24 18:22:31 -0700 (Mon, 24 Aug 2015)

Log Message

Unreviewed, EFL and GTK build fix since r188895.

* CMakeLists.txt: Rename Rename VisitedLinkProvider to VisitedLinkStore.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (188899 => 188900)


--- trunk/Source/WebKit2/CMakeLists.txt	2015-08-25 00:33:29 UTC (rev 188899)
+++ trunk/Source/WebKit2/CMakeLists.txt	2015-08-25 01:22:31 UTC (rev 188900)
@@ -343,7 +343,7 @@
     UIProcess/TextCheckerCompletion.cpp
     UIProcess/UserMediaPermissionRequestManagerProxy.cpp
     UIProcess/UserMediaPermissionRequestProxy.cpp
-    UIProcess/VisitedLinkProvider.cpp
+    UIProcess/VisitedLinkStore.cpp
     UIProcess/WebBackForwardList.cpp
     UIProcess/WebBatteryManagerProxy.cpp
     UIProcess/WebBatteryProvider.cpp
@@ -658,7 +658,7 @@
     Shared/Plugins/NPObjectMessageReceiver.messages.in
 
     UIProcess/DrawingAreaProxy.messages.in
-    UIProcess/VisitedLinkProvider.messages.in
+    UIProcess/VisitedLinkStore.messages.in
     UIProcess/WebBatteryManagerProxy.messages.in
     UIProcess/WebCookieManagerProxy.messages.in
     UIProcess/WebDatabaseManagerProxy.messages.in

Modified: trunk/Source/WebKit2/ChangeLog (188899 => 188900)


--- trunk/Source/WebKit2/ChangeLog	2015-08-25 00:33:29 UTC (rev 188899)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-25 01:22:31 UTC (rev 188900)
@@ -1,3 +1,9 @@
+2015-08-24  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        Unreviewed, EFL and GTK build fix since r188895.
+
+        * CMakeLists.txt: Rename Rename VisitedLinkProvider to VisitedLinkStore.
+
 2015-08-24  Anders Carlsson  <ander...@apple.com>
 
         Rename VisitedLinkProvider to VisitedLinkStore
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to