Changeset 188900 in webkit


Ignore:
Timestamp:
Aug 24, 2015 6:22:31 PM (9 years ago)
Author:
Gyuyoung Kim
Message:

Unreviewed, EFL and GTK build fix since r188895.

  • CMakeLists.txt: Rename Rename VisitedLinkProvider to VisitedLinkStore.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/CMakeLists.txt

    r188843 r188900  
    344344    UIProcess/UserMediaPermissionRequestManagerProxy.cpp
    345345    UIProcess/UserMediaPermissionRequestProxy.cpp
    346     UIProcess/VisitedLinkProvider.cpp
     346    UIProcess/VisitedLinkStore.cpp
    347347    UIProcess/WebBackForwardList.cpp
    348348    UIProcess/WebBatteryManagerProxy.cpp
     
    659659
    660660    UIProcess/DrawingAreaProxy.messages.in
    661     UIProcess/VisitedLinkProvider.messages.in
     661    UIProcess/VisitedLinkStore.messages.in
    662662    UIProcess/WebBatteryManagerProxy.messages.in
    663663    UIProcess/WebCookieManagerProxy.messages.in
  • trunk/Source/WebKit2/ChangeLog

    r188895 r188900  
     12015-08-24  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
     2
     3        Unreviewed, EFL and GTK build fix since r188895.
     4
     5        * CMakeLists.txt: Rename Rename VisitedLinkProvider to VisitedLinkStore.
     6
    172015-08-24  Anders Carlsson  <andersca@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.