<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[164670] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/164670">164670</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2014-02-25 13:35:27 -0800 (Tue, 25 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Get rid of VisitedLinkStrategy
https://bugs.webkit.org/show_bug.cgi?id=129324

Reviewed by Dan Bernstein.

Source/WebCore:

* GNUmakefile.list.am:
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:
* WebCore.xcodeproj/project.pbxproj:
* platform/PlatformStrategies.h:
(WebCore::PlatformStrategies::PlatformStrategies):
* platform/VisitedLinkStrategy.h: Removed.

Source/WebKit/efl:

* WebCoreSupport/PlatformStrategiesEfl.cpp:
(PlatformStrategiesEfl::getPluginInfo):
* WebCoreSupport/PlatformStrategiesEfl.h:

Source/WebKit/gtk:

* WebCoreSupport/PlatformStrategiesGtk.cpp:
(PlatformStrategiesGtk::getPluginInfo):
* WebCoreSupport/PlatformStrategiesGtk.h:

Source/WebKit/mac:

* WebCoreSupport/WebPlatformStrategies.h:
* WebCoreSupport/WebPlatformStrategies.mm:

Source/WebKit/win:

* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::getPluginInfo):
* WebCoreSupport/WebPlatformStrategies.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreGNUmakefilelistam">trunk/Source/WebCore/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCoreplatformPlatformStrategiesh">trunk/Source/WebCore/platform/PlatformStrategies.h</a></li>
<li><a href="#trunkSourceWebKiteflChangeLog">trunk/Source/WebKit/efl/ChangeLog</a></li>
<li><a href="#trunkSourceWebKiteflWebCoreSupportPlatformStrategiesEflcpp">trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.cpp</a></li>
<li><a href="#trunkSourceWebKiteflWebCoreSupportPlatformStrategiesEflh">trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.h</a></li>
<li><a href="#trunkSourceWebKitgtkChangeLog">trunk/Source/WebKit/gtk/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitgtkWebCoreSupportPlatformStrategiesGtkcpp">trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.cpp</a></li>
<li><a href="#trunkSourceWebKitgtkWebCoreSupportPlatformStrategiesGtkh">trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.h</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesh">trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.h</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesmm">trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitwinWebCoreSupportWebPlatformStrategiescpp">trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebCoreSupportWebPlatformStrategiesh">trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.h</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreplatformVisitedLinkStrategyh">trunk/Source/WebCore/platform/VisitedLinkStrategy.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/ChangeLog        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2014-02-25  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Get rid of VisitedLinkStrategy
+        https://bugs.webkit.org/show_bug.cgi?id=129324
+
+        Reviewed by Dan Bernstein.
+
+        * GNUmakefile.list.am:
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.vcxproj/WebCore.vcxproj.filters:
+        * WebCore.xcodeproj/project.pbxproj:
+        * platform/PlatformStrategies.h:
+        (WebCore::PlatformStrategies::PlatformStrategies):
+        * platform/VisitedLinkStrategy.h: Removed.
+
</ins><span class="cx"> 2014-02-25  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Rolling out http://trac.webkit.org/changeset/164611, because it broke
</span></span></pre></div>
<a id="trunkSourceWebCoreGNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/GNUmakefile.list.am (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/GNUmakefile.list.am        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/GNUmakefile.list.am        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -6066,7 +6066,6 @@
</span><span class="cx">         Source/WebCore/platform/UUID.cpp \
</span><span class="cx">         Source/WebCore/platform/UUID.h \
</span><span class="cx">         Source/WebCore/platform/ValueToString.h \
</span><del>-        Source/WebCore/platform/VisitedLinkStrategy.h \
</del><span class="cx">         Source/WebCore/platform/Widget.cpp \
</span><span class="cx">         Source/WebCore/platform/Widget.h \
</span><span class="cx">         Source/WebCore/platform/WindowsKeyboardCodes.h
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -18996,7 +18996,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\TreeShared.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\UserActivity.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\UUID.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\platform\VisitedLinkStrategy.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\platform\Widget.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\win\BitmapInfo.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\win\BString.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -12856,9 +12856,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\loader\cache\CachedRawResourceClient.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;loader\cache&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\platform\VisitedLinkStrategy.h&quot;&gt;
-      &lt;Filter&gt;platform&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\platform\graphics\AudioTrackPrivate.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;html\track&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1821,7 +1821,6 @@
</span><span class="cx">                 514C767D0CE923A1007EF3CD /* ResourceRequestBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 514C76680CE923A1007EF3CD /* ResourceRequestBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 514C767E0CE923A1007EF3CD /* ResourceResponseBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 514C76690CE923A1007EF3CD /* ResourceResponseBase.cpp */; };
</span><span class="cx">                 514C767F0CE923A1007EF3CD /* ResourceResponseBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 514C766A0CE923A1007EF3CD /* ResourceResponseBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                515788C11207852C00A37C4A /* VisitedLinkStrategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 515788C01207852C00A37C4A /* VisitedLinkStrategy.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 5160300B0CC4251200C8AC25 /* FileSystemPOSIX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5160300A0CC4251200C8AC25 /* FileSystemPOSIX.cpp */; };
</span><span class="cx">                 5160306C0CC4362300C8AC25 /* FileSystemCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5160306B0CC4362300C8AC25 /* FileSystemCF.cpp */; };
</span><span class="cx">                 5160F4980B0AA75F00C1D2AF /* HistoryItemMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5160F4970B0AA75F00C1D2AF /* HistoryItemMac.mm */; };
</span><span class="lines">@@ -8709,7 +8708,6 @@
</span><span class="cx">                 514C76680CE923A1007EF3CD /* ResourceRequestBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResourceRequestBase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 514C76690CE923A1007EF3CD /* ResourceResponseBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ResourceResponseBase.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 514C766A0CE923A1007EF3CD /* ResourceResponseBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResourceResponseBase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                515788C01207852C00A37C4A /* VisitedLinkStrategy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VisitedLinkStrategy.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 5160300A0CC4251200C8AC25 /* FileSystemPOSIX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileSystemPOSIX.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5160306B0CC4362300C8AC25 /* FileSystemCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileSystemCF.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5160F4970B0AA75F00C1D2AF /* HistoryItemMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = HistoryItemMac.mm; path = mac/HistoryItemMac.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -20827,7 +20825,6 @@
</span><span class="cx">                                 2E3BBF051162DA1100B9409A /* UUID.cpp */,
</span><span class="cx">                                 2E3BBF061162DA1100B9409A /* UUID.h */,
</span><span class="cx">                                 9A1142031832D134000BB8AD /* ValueToString.h */,
</span><del>-                                515788C01207852C00A37C4A /* VisitedLinkStrategy.h */,
</del><span class="cx">                                 9380F47109A11AB4001FDB34 /* Widget.cpp */,
</span><span class="cx">                                 9380F47209A11AB4001FDB34 /* Widget.h */,
</span><span class="cx">                                 E1E1BEFF115FF6FB006F52CA /* WindowsKeyboardCodes.h */,
</span><span class="lines">@@ -25763,7 +25760,6 @@
</span><span class="cx">                                 93309E1E099E64920056E581 /* VisibleUnits.h in Headers */,
</span><span class="cx">                                 1ABA80001897341200DCE9D6 /* VisitedLinkProvider.h in Headers */,
</span><span class="cx">                                 419BC2DF1685329900D64D6D /* VisitedLinkState.h in Headers */,
</span><del>-                                515788C11207852C00A37C4A /* VisitedLinkStrategy.h in Headers */,
</del><span class="cx">                                 E44613B60CD6344E00FADA75 /* VoidCallback.h in Headers */,
</span><span class="cx">                                 BE20507A18A4586B0080647E /* VTTCue.h in Headers */,
</span><span class="cx">                                 A14832B0187F618D00DA63A6 /* WAKAppKitStubs.h in Headers */,
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformPlatformStrategiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/PlatformStrategies.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/PlatformStrategies.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/platform/PlatformStrategies.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> class PluginStrategy;
</span><span class="cx"> class SharedWorkerStrategy;
</span><span class="cx"> class StorageStrategy;
</span><del>-class VisitedLinkStrategy;
</del><span class="cx"> 
</span><span class="cx"> class PlatformStrategies {
</span><span class="cx"> public:
</span><span class="lines">@@ -81,13 +80,6 @@
</span><span class="cx">         return m_sharedWorkerStrategy;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    VisitedLinkStrategy* visitedLinkStrategy()
-    {
-        if (!m_visitedLinkStrategy)
-            m_visitedLinkStrategy = createVisitedLinkStrategy();
-        return m_visitedLinkStrategy;
-    }
-
</del><span class="cx">     StorageStrategy* storageStrategy()
</span><span class="cx">     {
</span><span class="cx">         if (!m_storageStrategy)
</span><span class="lines">@@ -104,7 +96,6 @@
</span><span class="cx">         , m_pluginStrategy(0)
</span><span class="cx">         , m_sharedWorkerStrategy(0)
</span><span class="cx">         , m_storageStrategy(0)
</span><del>-        , m_visitedLinkStrategy(0)
</del><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -120,7 +111,6 @@
</span><span class="cx">     virtual PluginStrategy* createPluginStrategy() = 0;
</span><span class="cx">     virtual SharedWorkerStrategy* createSharedWorkerStrategy() = 0;
</span><span class="cx">     virtual StorageStrategy* createStorageStrategy() = 0;
</span><del>-    virtual VisitedLinkStrategy* createVisitedLinkStrategy() = 0;
</del><span class="cx"> 
</span><span class="cx">     CookiesStrategy* m_cookiesStrategy;
</span><span class="cx">     DatabaseStrategy* m_databaseStrategy;
</span><span class="lines">@@ -129,7 +119,6 @@
</span><span class="cx">     PluginStrategy* m_pluginStrategy;
</span><span class="cx">     SharedWorkerStrategy* m_sharedWorkerStrategy;
</span><span class="cx">     StorageStrategy* m_storageStrategy;
</span><del>-    VisitedLinkStrategy* m_visitedLinkStrategy;
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> PlatformStrategies* platformStrategies();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformVisitedLinkStrategyh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/platform/VisitedLinkStrategy.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/VisitedLinkStrategy.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebCore/platform/VisitedLinkStrategy.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,48 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef VisitedLinkStrategy_h
-#define VisitedLinkStrategy_h
-
-namespace WebCore {
-
-typedef uint64_t LinkHash;
-class Page;
-class URL;
-
-class VisitedLinkStrategy {
-public:
-    virtual bool isLinkVisited(Page*, LinkHash, const URL&amp; baseURL, const AtomicString&amp; attributeURL) = 0;
-    virtual void addVisitedLink(Page*, LinkHash) = 0;
-
-protected:
-    virtual ~VisitedLinkStrategy()
-    {
-    }
-};
-
-} // namespace WebCore
-
-#endif // VisitedLinkStrategy_h
</del></span></pre></div>
<a id="trunkSourceWebKiteflChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/efl/ChangeLog (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/efl/ChangeLog        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/efl/ChangeLog        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-02-25  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Get rid of VisitedLinkStrategy
+        https://bugs.webkit.org/show_bug.cgi?id=129324
+
+        Reviewed by Dan Bernstein.
+
+        * WebCoreSupport/PlatformStrategiesEfl.cpp:
+        (PlatformStrategiesEfl::getPluginInfo):
+        * WebCoreSupport/PlatformStrategiesEfl.h:
+
</ins><span class="cx"> 2014-02-24  Renata Hodovan  &lt;rhodovan.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Get rid of the unused 'immediate' parameters from repaint related functions
</span></span></pre></div>
<a id="trunkSourceWebKiteflWebCoreSupportPlatformStrategiesEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.cpp (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.cpp        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.cpp        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -76,11 +76,6 @@
</span><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-VisitedLinkStrategy* PlatformStrategiesEfl::createVisitedLinkStrategy()
-{
-    return this;
-}
-
</del><span class="cx"> StorageStrategy* PlatformStrategiesEfl::createStorageStrategy()
</span><span class="cx"> {
</span><span class="cx">     return this;
</span><span class="lines">@@ -156,14 +151,3 @@
</span><span class="cx">     UNUSED_PARAM(outPlugins);
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><del>-
-// VisitedLinkStrategy
-bool PlatformStrategiesEfl::isLinkVisited(Page* page, LinkHash hash, const URL&amp;, const AtomicString&amp;)
-{
-    return page-&gt;group().isLinkVisited(hash);
-}
-
-void PlatformStrategiesEfl::addVisitedLink(Page* page, LinkHash hash)
-{
-    page-&gt;group().addVisitedLinkHash(hash);
-}
</del></span></pre></div>
<a id="trunkSourceWebKiteflWebCoreSupportPlatformStrategiesEflh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/efl/WebCoreSupport/PlatformStrategiesEfl.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -28,9 +28,8 @@
</span><span class="cx"> #include &quot;PluginStrategy.h&quot;
</span><span class="cx"> #include &quot;SharedWorkerStrategy.h&quot;
</span><span class="cx"> #include &quot;StorageStrategy.h&quot;
</span><del>-#include &quot;VisitedLinkStrategy.h&quot;
</del><span class="cx"> 
</span><del>-class PlatformStrategiesEfl : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy, private WebCore::VisitedLinkStrategy {
</del><ins>+class PlatformStrategiesEfl : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy {
</ins><span class="cx"> public:
</span><span class="cx">     static void initialize();
</span><span class="cx"> 
</span><span class="lines">@@ -45,7 +44,6 @@
</span><span class="cx">     virtual WebCore::PluginStrategy* createPluginStrategy();
</span><span class="cx">     virtual WebCore::SharedWorkerStrategy* createSharedWorkerStrategy();
</span><span class="cx">     virtual WebCore::StorageStrategy* createStorageStrategy();
</span><del>-    virtual WebCore::VisitedLinkStrategy* createVisitedLinkStrategy();
</del><span class="cx"> 
</span><span class="cx">     // WebCore::CookiesStrategy
</span><span class="cx">     virtual String cookiesForDOM(const WebCore::NetworkStorageSession&amp;, const WebCore::URL&amp; firstParty, const WebCore::URL&amp;);
</span><span class="lines">@@ -61,10 +59,6 @@
</span><span class="cx">     // WebCore::PluginStrategy
</span><span class="cx">     virtual void refreshPlugins();
</span><span class="cx">     virtual void getPluginInfo(const WebCore::Page*, Vector&lt;WebCore::PluginInfo&gt;&amp;);
</span><del>-
-    // WebCore::VisitedLinkStrategy
-    virtual bool isLinkVisited(WebCore::Page*, WebCore::LinkHash, const WebCore::URL&amp; baseURL, const WTF::AtomicString&amp; attributeURL);
-    virtual void addVisitedLink(WebCore::Page*, WebCore::LinkHash);
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> #endif // PlatformStrategiesEfl_h
</span></span></pre></div>
<a id="trunkSourceWebKitgtkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/ChangeLog (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/ChangeLog        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/gtk/ChangeLog        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-02-25  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Get rid of VisitedLinkStrategy
+        https://bugs.webkit.org/show_bug.cgi?id=129324
+
+        Reviewed by Dan Bernstein.
+
+        * WebCoreSupport/PlatformStrategiesGtk.cpp:
+        (PlatformStrategiesGtk::getPluginInfo):
+        * WebCoreSupport/PlatformStrategiesGtk.h:
+
</ins><span class="cx"> 2014-02-24  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Mark view source mode methods as deprecated
</span></span></pre></div>
<a id="trunkSourceWebKitgtkWebCoreSupportPlatformStrategiesGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.cpp (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.cpp        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.cpp        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -75,11 +75,6 @@
</span><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-VisitedLinkStrategy* PlatformStrategiesGtk::createVisitedLinkStrategy()
-{
-    return this;
-}
-
</del><span class="cx"> // CookiesStrategy
</span><span class="cx"> String PlatformStrategiesGtk::cookiesForDOM(const NetworkStorageSession&amp; session, const URL&amp; firstParty, const URL&amp; url)
</span><span class="cx"> {
</span><span class="lines">@@ -143,14 +138,3 @@
</span><span class="cx">         outPlugins.append(pluginInfo);
</span><span class="cx">     }
</span><span class="cx"> }
</span><del>-
-// VisitedLinkStrategy
-bool PlatformStrategiesGtk::isLinkVisited(Page* page, LinkHash hash, const URL&amp;, const AtomicString&amp;)
-{
-    return page-&gt;group().isLinkVisited(hash);
-}
-
-void PlatformStrategiesGtk::addVisitedLink(Page* page, LinkHash hash)
-{
-    page-&gt;group().addVisitedLinkHash(hash);
-}
</del></span></pre></div>
<a id="trunkSourceWebKitgtkWebCoreSupportPlatformStrategiesGtkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/gtk/WebCoreSupport/PlatformStrategiesGtk.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -27,10 +27,9 @@
</span><span class="cx"> #include &quot;PluginStrategy.h&quot;
</span><span class="cx"> #include &quot;SharedWorkerStrategy.h&quot;
</span><span class="cx"> #include &quot;StorageStrategy.h&quot;
</span><del>-#include &quot;VisitedLinkStrategy.h&quot;
</del><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> 
</span><del>-class PlatformStrategiesGtk : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy, private WebCore::VisitedLinkStrategy {
</del><ins>+class PlatformStrategiesGtk : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy {
</ins><span class="cx"> public:
</span><span class="cx">     static void initialize();
</span><span class="cx"> 
</span><span class="lines">@@ -45,7 +44,6 @@
</span><span class="cx">     virtual WebCore::PluginStrategy* createPluginStrategy();
</span><span class="cx">     virtual WebCore::SharedWorkerStrategy* createSharedWorkerStrategy();
</span><span class="cx">     virtual WebCore::StorageStrategy* createStorageStrategy();
</span><del>-    virtual WebCore::VisitedLinkStrategy* createVisitedLinkStrategy();
</del><span class="cx"> 
</span><span class="cx">     // WebCore::CookiesStrategy
</span><span class="cx">     virtual String cookiesForDOM(const WebCore::NetworkStorageSession&amp;, const WebCore::URL&amp; firstParty, const WebCore::URL&amp;);
</span><span class="lines">@@ -62,10 +60,6 @@
</span><span class="cx">     virtual void refreshPlugins();
</span><span class="cx">     virtual void getPluginInfo(const WebCore::Page*, Vector&lt;WebCore::PluginInfo&gt;&amp;);
</span><span class="cx"> 
</span><del>-    // WebCore::VisitedLinkStrategy
-    virtual bool isLinkVisited(WebCore::Page*, WebCore::LinkHash, const WebCore::URL&amp; baseURL, const WTF::AtomicString&amp; attributeURL);
-    virtual void addVisitedLink(WebCore::Page*, WebCore::LinkHash);
-
</del><span class="cx">     friend class NeverDestroyed&lt;PlatformStrategiesGtk&gt;;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/mac/ChangeLog        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-02-25  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Get rid of VisitedLinkStrategy
+        https://bugs.webkit.org/show_bug.cgi?id=129324
+
+        Reviewed by Dan Bernstein.
+
+        * WebCoreSupport/WebPlatformStrategies.h:
+        * WebCoreSupport/WebPlatformStrategies.mm:
+
</ins><span class="cx"> 2014-02-25  Sergio Villar Senin  &lt;svillar@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Grid Layout] Add ENABLE flag
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -34,12 +34,11 @@
</span><span class="cx"> #include &lt;WebCore/PluginStrategy.h&gt;
</span><span class="cx"> #include &lt;WebCore/SharedWorkerStrategy.h&gt;
</span><span class="cx"> #include &lt;WebCore/StorageStrategy.h&gt;
</span><del>-#include &lt;WebCore/VisitedLinkStrategy.h&gt;
</del><span class="cx"> 
</span><span class="cx"> struct PasteboardImage;
</span><span class="cx"> struct PasteboardWebContent;
</span><span class="cx"> 
</span><del>-class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PasteboardStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy, private WebCore::VisitedLinkStrategy {
</del><ins>+class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PasteboardStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy {
</ins><span class="cx"> public:
</span><span class="cx">     static void initializeIfNecessary();
</span><span class="cx">     
</span><span class="lines">@@ -54,7 +53,6 @@
</span><span class="cx">     virtual WebCore::PluginStrategy* createPluginStrategy() override;
</span><span class="cx">     virtual WebCore::SharedWorkerStrategy* createSharedWorkerStrategy() override;
</span><span class="cx">     virtual WebCore::StorageStrategy* createStorageStrategy() override;
</span><del>-    virtual WebCore::VisitedLinkStrategy* createVisitedLinkStrategy() override;
</del><span class="cx"> 
</span><span class="cx">     // WebCore::CookiesStrategy
</span><span class="cx">     virtual String cookiesForDOM(const WebCore::NetworkStorageSession&amp;, const WebCore::URL&amp; firstParty, const WebCore::URL&amp;) override;
</span><span class="lines">@@ -77,10 +75,6 @@
</span><span class="cx">     // WebCore::LoaderStrategy
</span><span class="cx">     // - Using default implementation.
</span><span class="cx"> 
</span><del>-    // WebCore::VisitedLinkStrategy
-    virtual bool isLinkVisited(WebCore::Page*, WebCore::LinkHash, const WebCore::URL&amp; baseURL, const WTF::AtomicString&amp; attributeURL) override;
-    virtual void addVisitedLink(WebCore::Page*, WebCore::LinkHash) override;
-    
</del><span class="cx">     // WebCore::PasteboardStrategy
</span><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx">     virtual void writeToPasteboard(const WebCore::PasteboardWebContent&amp;) override;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebPlatformStrategiesmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebPlatformStrategies.mm        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -89,11 +89,6 @@
</span><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
-{
-    return this;
-}
-
</del><span class="cx"> String WebPlatformStrategies::cookiesForDOM(const NetworkStorageSession&amp; session, const URL&amp; firstParty, const URL&amp; url)
</span><span class="cx"> {
</span><span class="cx">     return WebCore::cookiesForDOM(session, firstParty, url);
</span><span class="lines">@@ -147,16 +142,6 @@
</span><span class="cx">     END_BLOCK_OBJC_EXCEPTIONS;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash, const URL&amp;, const AtomicString&amp;)
-{
-    return page-&gt;group().isLinkVisited(hash);
-}
-
-void WebPlatformStrategies::addVisitedLink(Page* page, LinkHash hash)
-{
-    return page-&gt;group().addVisitedLinkHash(hash);
-}
-
</del><span class="cx"> void WebPlatformStrategies::getTypes(Vector&lt;String&gt;&amp; types, const String&amp; pasteboardName)
</span><span class="cx"> {
</span><span class="cx">     PlatformPasteboard(pasteboardName).getTypes(types);
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/win/ChangeLog        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-02-25  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Get rid of VisitedLinkStrategy
+        https://bugs.webkit.org/show_bug.cgi?id=129324
+
+        Reviewed by Dan Bernstein.
+
+        * WebCoreSupport/WebPlatformStrategies.cpp:
+        (WebPlatformStrategies::getPluginInfo):
+        * WebCoreSupport/WebPlatformStrategies.h:
+
</ins><span class="cx"> 2014-02-24  Renata Hodovan  &lt;rhodovan.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Get rid of the unused 'immediate' parameters from repaint related functions
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebCoreSupportWebPlatformStrategiescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -83,11 +83,6 @@
</span><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-VisitedLinkStrategy* WebPlatformStrategies::createVisitedLinkStrategy()
-{
-    return this;
-}
-
</del><span class="cx"> String WebPlatformStrategies::cookiesForDOM(const NetworkStorageSession&amp; session, const URL&amp; firstParty, const URL&amp; url)
</span><span class="cx"> {
</span><span class="cx">     return WebCore::cookiesForDOM(session, firstParty, url);
</span><span class="lines">@@ -155,13 +150,3 @@
</span><span class="cx">         outPlugins[i] = info;
</span><span class="cx">     }
</span><span class="cx"> }
</span><del>-
-bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash, const URL&amp;, const AtomicString&amp;)
-{
-    return page-&gt;group().isLinkVisited(hash);
-}
-
-void WebPlatformStrategies::addVisitedLink(Page* page, LinkHash hash)
-{
-    page-&gt;group().addVisitedLinkHash(hash);
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebCoreSupportWebPlatformStrategiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.h (164669 => 164670)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.h        2014-02-25 21:29:14 UTC (rev 164669)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.h        2014-02-25 21:35:27 UTC (rev 164670)
</span><span class="lines">@@ -33,9 +33,8 @@
</span><span class="cx"> #include &lt;WebCore/PluginStrategy.h&gt;
</span><span class="cx"> #include &lt;WebCore/SharedWorkerStrategy.h&gt;
</span><span class="cx"> #include &lt;WebCore/StorageStrategy.h&gt;
</span><del>-#include &lt;WebCore/VisitedLinkStrategy.h&gt;
</del><span class="cx"> 
</span><del>-class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy, private WebCore::VisitedLinkStrategy {
</del><ins>+class WebPlatformStrategies : public WebCore::PlatformStrategies, private WebCore::CookiesStrategy, private WebCore::DatabaseStrategy, private WebCore::LoaderStrategy, private WebCore::PluginStrategy, private WebCore::SharedWorkerStrategy, private WebCore::StorageStrategy {
</ins><span class="cx"> public:
</span><span class="cx">     static void initialize();
</span><span class="cx">     
</span><span class="lines">@@ -50,7 +49,6 @@
</span><span class="cx">     virtual WebCore::PluginStrategy* createPluginStrategy();
</span><span class="cx">     virtual WebCore::SharedWorkerStrategy* createSharedWorkerStrategy();
</span><span class="cx">     virtual WebCore::StorageStrategy* createStorageStrategy();
</span><del>-    virtual WebCore::VisitedLinkStrategy* createVisitedLinkStrategy();
</del><span class="cx"> 
</span><span class="cx">     // WebCore::CookiesStrategy
</span><span class="cx">     virtual String cookiesForDOM(const WebCore::NetworkStorageSession&amp;, const WebCore::URL&amp; firstParty, const WebCore::URL&amp;);
</span><span class="lines">@@ -66,10 +64,6 @@
</span><span class="cx">     // WebCore::PluginStrategy
</span><span class="cx">     virtual void refreshPlugins();
</span><span class="cx">     virtual void getPluginInfo(const WebCore::Page*, Vector&lt;WebCore::PluginInfo&gt;&amp;);
</span><del>-
-    // WebCore::VisitedLinkStrategy
-    virtual bool isLinkVisited(WebCore::Page*, WebCore::LinkHash, const WebCore::URL&amp; baseURL, const WTF::AtomicString&amp; attributeURL);
-    virtual void addVisitedLink(WebCore::Page*, WebCore::LinkHash);
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> #endif // WebPlatformStrategies_h
</span></span></pre>
</div>
</div>

</body>
</html>