⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176581 in webkit


Ignore:
Timestamp:
Nov 29, 2014, 2:52:58 PM (12 years ago)
Author:
andersca@apple.com
Message:

Another build fix.

  • WebHistory.cpp:

(WebHistory::addVisitedLinksToVisitedLinkStore):

Location:
trunk/Source/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/win/ChangeLog

    r176580 r176581  
     12014-11-29  Anders Carlsson  <andersca@apple.com>
     2
     3        Another build fix.
     4
     5        * WebHistory.cpp:
     6        (WebHistory::addVisitedLinksToVisitedLinkStore):
     7
    182014-11-29  Anders Carlsson  <andersca@apple.com>
    29
  • trunk/Source/WebKit/win/WebHistory.cpp

    r176580 r176581  
    583583{
    584584    for (auto& url : m_entriesByURL.keys())
    585         visitedLinkStore.addVisitedLinkHash(visitedLinkHash(url));
     585        visitedLinkStore.addVisitedLink(url);
    586586}
    587587
Note: See TracChangeset for help on using the changeset viewer.