<!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>[176614] 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/176614">176614</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2014-12-01 16:55:48 -0800 (Mon, 01 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove IWebCookieManager on Windows
https://bugs.webkit.org/show_bug.cgi?id=139144

Reviewed by Sam Weinig.

Source/WebCore:

Remove code that handles overriding the cookie storage.

* platform/network/NetworkStorageSession.h:
* platform/network/cf/NetworkStorageSessionCFNet.cpp:
(WebCore::cookieStorageOverride): Deleted.
(WebCore::overrideCookieStorage): Deleted.
(WebCore::overridenCookieStorage): Deleted.
* platform/network/cf/ResourceHandleCFNet.cpp:
(WebCore::ResourceHandle::createCFURLConnection):

Source/WebKit:

Remove files.

* WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
* WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
* WebKit.vcxproj/WebKit/WebKit.vcxproj:
* WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:

Source/WebKit/win:

Remove WebCookieManager.

* ForEachCoClass.h:
* Interfaces/IWebCookieManager.idl: Removed.
* Interfaces/WebKit.idl:
* WebCookieManager.cpp: Removed.
* WebCookieManager.h: Removed.
* WebCookieManagerCFNet.cpp: Removed.
* WebCookieManagerCurl.cpp: Removed.
* WebKitClassFactory.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkNetworkStorageSessionh">trunk/Source/WebCore/platform/network/NetworkStorageSession.h</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcfNetworkStorageSessionCFNetcpp">trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcfResourceHandleCFNetcpp">trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp</a></li>
<li><a href="#trunkSourceWebKitChangeLog">trunk/Source/WebKit/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojInterfacesInterfacesvcxproj">trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojInterfacesInterfacesvcxprojfilters">trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxproj">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxprojfilters">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitwinForEachCoClassh">trunk/Source/WebKit/win/ForEachCoClass.h</a></li>
<li><a href="#trunkSourceWebKitwinInterfacesWebKitidl">trunk/Source/WebKit/win/Interfaces/WebKit.idl</a></li>
<li><a href="#trunkSourceWebKitwinWebKitClassFactorycpp">trunk/Source/WebKit/win/WebKitClassFactory.cpp</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKitwinInterfacesIWebCookieManageridl">trunk/Source/WebKit/win/Interfaces/IWebCookieManager.idl</a></li>
<li><a href="#trunkSourceWebKitwinWebCookieManagercpp">trunk/Source/WebKit/win/WebCookieManager.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebCookieManagerh">trunk/Source/WebKit/win/WebCookieManager.h</a></li>
<li><a href="#trunkSourceWebKitwinWebCookieManagerCFNetcpp">trunk/Source/WebKit/win/WebCookieManagerCFNet.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebCookieManagerCurlcpp">trunk/Source/WebKit/win/WebCookieManagerCurl.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebCore/ChangeLog        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove IWebCookieManager on Windows
+        https://bugs.webkit.org/show_bug.cgi?id=139144
+
+        Reviewed by Sam Weinig.
+
+        Remove code that handles overriding the cookie storage.
+
+        * platform/network/NetworkStorageSession.h:
+        * platform/network/cf/NetworkStorageSessionCFNet.cpp:
+        (WebCore::cookieStorageOverride): Deleted.
+        (WebCore::overrideCookieStorage): Deleted.
+        (WebCore::overridenCookieStorage): Deleted.
+        * platform/network/cf/ResourceHandleCFNet.cpp:
+        (WebCore::ResourceHandle::createCFURLConnection):
+
</ins><span class="cx"> 2014-12-01  Dean Jackson  &lt;dino@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS Media] Slider knob should not have a border
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkNetworkStorageSessionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/NetworkStorageSession.h (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/NetworkStorageSession.h        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebCore/platform/network/NetworkStorageSession.h        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -82,12 +82,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-#if PLATFORM(WIN) &amp;&amp; USE(CFNETWORK)
-// Needed for WebKit1 API only.
-void overrideCookieStorage(CFHTTPCookieStorageRef);
-CFHTTPCookieStorageRef overridenCookieStorage();
-#endif
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // NetworkStorageSession_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcfNetworkStorageSessionCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -63,26 +63,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if PLATFORM(WIN)
-static RetainPtr&lt;CFHTTPCookieStorageRef&gt;&amp; cookieStorageOverride()
-{
-    static NeverDestroyed&lt;RetainPtr&lt;CFHTTPCookieStorageRef&gt;&gt; cookieStorage;
-    return cookieStorage;
-}
-
-void overrideCookieStorage(CFHTTPCookieStorageRef cookieStorage)
-{
-    ASSERT(isMainThread());
-    // FIXME: Why don't we retain it? The only caller is an API method that takes cookie storage as a raw argument.
-    cookieStorageOverride() = adoptCF(cookieStorage);
-}
-
-CFHTTPCookieStorageRef overridenCookieStorage()
-{
-    return cookieStorageOverride().get();
-}
-#endif
-
</del><span class="cx"> NetworkStorageSession&amp; NetworkStorageSession::defaultStorageSession()
</span><span class="cx"> {
</span><span class="cx">     if (!defaultNetworkStorageSession())
</span><span class="lines">@@ -106,11 +86,6 @@
</span><span class="cx"> 
</span><span class="cx"> RetainPtr&lt;CFHTTPCookieStorageRef&gt; NetworkStorageSession::cookieStorage() const
</span><span class="cx"> {
</span><del>-#if PLATFORM(WIN)
-    if (RetainPtr&lt;CFHTTPCookieStorageRef&gt;&amp; override = cookieStorageOverride())
-        return override;
-#endif
-
</del><span class="cx">     if (m_platformSession)
</span><span class="cx">         return adoptCF(wkCopyHTTPCookieStorage(m_platformSession.get()));
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcfResourceHandleCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -178,13 +178,6 @@
</span><span class="cx">     if (sslProps)
</span><span class="cx">         CFURLRequestSetSSLProperties(request.get(), sslProps.get());
</span><span class="cx"> 
</span><del>-#if PLATFORM(WIN)
-    if (CFHTTPCookieStorageRef cookieStorage = overridenCookieStorage()) {
-        // Overridden cookie storage doesn't come from a session, so the request does not have it yet.
-        CFURLRequestSetHTTPCookieStorage(request.get(), cookieStorage);
-    }
-#endif
-
</del><span class="cx">     CFMutableDictionaryRef streamProperties  = CFDictionaryCreateMutable(0, 0, &amp;kCFTypeDictionaryKeyCallBacks, &amp;kCFTypeDictionaryValueCallBacks);
</span><span class="cx"> 
</span><span class="cx">     if (!shouldUseCredentialStorage) {
</span></span></pre></div>
<a id="trunkSourceWebKitChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ChangeLog (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ChangeLog        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/ChangeLog        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove IWebCookieManager on Windows
+        https://bugs.webkit.org/show_bug.cgi?id=139144
+
+        Reviewed by Sam Weinig.
+
+        Remove files.
+
+        * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
+        * WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters:
+        * WebKit.vcxproj/WebKit/WebKit.vcxproj:
+        * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
+
</ins><span class="cx"> 2014-11-27  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add a stubbed out WebVisitedLinkStore class on Windows
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojInterfacesInterfacesvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -540,20 +540,6 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/Midl&gt;
</span><del>-    &lt;Midl Include=&quot;..\..\win\Interfaces\IWebCookieManager.idl&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/Midl&gt;
</del><span class="cx">     &lt;Midl Include=&quot;..\..\win\Interfaces\IWebCoreStatistics.idl&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojInterfacesInterfacesvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/WebKit.vcxproj/Interfaces/Interfaces.vcxproj.filters        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -46,9 +46,6 @@
</span><span class="cx">     &lt;Midl Include=&quot;..\..\win\Interfaces\IWebCache.idl&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;IDL&lt;/Filter&gt;
</span><span class="cx">     &lt;/Midl&gt;
</span><del>-    &lt;Midl Include=&quot;..\..\win\Interfaces\IWebCookieManager.idl&quot;&gt;
-      &lt;Filter&gt;IDL&lt;/Filter&gt;
-    &lt;/Midl&gt;
</del><span class="cx">     &lt;Midl Include=&quot;..\..\win\Interfaces\IWebCoreStatistics.idl&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;IDL&lt;/Filter&gt;
</span><span class="cx">     &lt;/Midl&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -305,23 +305,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebArchive.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebBackForwardList.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCache.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManager.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManagerCFNet.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManagerCurl.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCoreStatistics.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCoreSupport\AcceleratedCompositingContext.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCoreSupport\EmbeddedWidget.cpp&quot; /&gt;
</span><span class="lines">@@ -460,7 +443,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebBackForwardList.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCache.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCachedFramePlatformData.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\..\win\WebCookieManager.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCoreStatistics.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCoreSupport\AcceleratedCompositingContext.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCoreSupport\EmbeddedWidget.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -109,15 +109,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCache.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManager.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManagerCFNet.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\WebCookieManagerCurl.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCoreStatistics.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -388,9 +379,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCachedFramePlatformData.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Header Files&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\..\win\WebCookieManager.h&quot;&gt;
-      &lt;Filter&gt;Header Files&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCoreStatistics.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Header Files&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/ChangeLog        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove IWebCookieManager on Windows
+        https://bugs.webkit.org/show_bug.cgi?id=139144
+
+        Reviewed by Sam Weinig.
+
+        Remove WebCookieManager.
+
+        * ForEachCoClass.h:
+        * Interfaces/IWebCookieManager.idl: Removed.
+        * Interfaces/WebKit.idl:
+        * WebCookieManager.cpp: Removed.
+        * WebCookieManager.h: Removed.
+        * WebCookieManagerCFNet.cpp: Removed.
+        * WebCookieManagerCurl.cpp: Removed.
+        * WebKitClassFactory.cpp:
+
</ins><span class="cx"> 2014-11-29  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Switch over to using WebVisitedLinkStore on Windows
</span></span></pre></div>
<a id="trunkSourceWebKitwinForEachCoClassh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ForEachCoClass.h (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ForEachCoClass.h        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/ForEachCoClass.h        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -60,7 +60,6 @@
</span><span class="cx">     macro(WebView) \
</span><span class="cx">     macro(WebArchive) \
</span><span class="cx">     macro(WebCoreStatistics) \
</span><del>-    macro(WebCookieManager) \
</del><span class="cx">     macro(WebWorkersPrivate) \
</span><span class="cx">     macro(WebScriptWorld) \
</span><span class="cx">     macro(WebGeolocationPosition) \
</span></span></pre></div>
<a id="trunkSourceWebKitwinInterfacesIWebCookieManageridl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/win/Interfaces/IWebCookieManager.idl (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/Interfaces/IWebCookieManager.idl        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/Interfaces/IWebCookieManager.idl        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,52 +0,0 @@
</span><del>-/*
- * Copyright (C) 2008 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. ``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
- * 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 DO_NO_IMPORTS
-import &quot;oaidl.idl&quot;;
-import &quot;ocidl.idl&quot;;
-#endif
-
-cpp_quote(&quot;// this is done to get midl to treat the CFHTTPCookieStorageRef as pointer types&quot;)
-cpp_quote(&quot;#if 0&quot;)
-typedef void* CFHTTPCookieStorageRef;
-cpp_quote(&quot;#else&quot;)
-cpp_quote(&quot;typedef struct OpaqueCFHTTPCookieStorage*  CFHTTPCookieStorageRef;&quot;)
-cpp_quote(&quot;#endif&quot;)
-
-interface IWebCookieStorageObserver;
-
-[
-    object,
-    oleautomation,
-    hidden,
-    uuid(7053FE94-3623-444f-A298-209A90879A8C),
-    pointer_default(unique)
-]
-interface IWebCookieManager : IUnknown
-{
-    [local] HRESULT cookieStorage([out, retval] CFHTTPCookieStorageRef* storage);
-
-    [local] HRESULT setCookieStorage([in] CFHTTPCookieStorageRef storage);
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinInterfacesWebKitidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/Interfaces/WebKit.idl (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/Interfaces/WebKit.idl        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/Interfaces/WebKit.idl        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -74,7 +74,6 @@
</span><span class="cx"> #include &quot;IWebBackForwardList.idl&quot;
</span><span class="cx"> #include &quot;IWebBackForwardListPrivate.idl&quot;
</span><span class="cx"> #include &quot;IWebCache.idl&quot;
</span><del>-#include &quot;IWebCookieManager.idl&quot;
</del><span class="cx"> #include &quot;IWebCoreStatistics.idl&quot;
</span><span class="cx"> #include &quot;IWebDataSource.idl&quot;
</span><span class="cx"> #include &quot;IWebDatabaseManager.idl&quot;
</span><span class="lines">@@ -266,11 +265,6 @@
</span><span class="cx">         [default] interface IWebCoreStatistics;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    [uuid(3F35F332-BB2B-49b3-AEDD-27B317687E07)]
-    coclass WebCookieManager{
-        [default] interface IWebCookieManager;
-    }
-
</del><span class="cx">     [uuid(0967AAFF-2FFE-4fcc-81F3-3FF2A9C6DCE2)]
</span><span class="cx">     coclass WebWorkersPrivate{
</span><span class="cx">         [default] interface IWebWorkersPrivate;
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebCookieManagercpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/win/WebCookieManager.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCookieManager.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/WebCookieManager.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,80 +0,0 @@
</span><del>-/*
- * Copyright (C) 2008 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. ``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
- * 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. 
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDLL.h&quot;
-#include &quot;WebCookieManager.h&quot;
-
-// WebCookieManager -------------------------------------------------------
-
-WebCookieManager* WebCookieManager::createInstance()
-{
-    WebCookieManager* manager = new WebCookieManager;
-    manager-&gt;AddRef();
-    return manager;    
-}
-
-WebCookieManager::WebCookieManager()
-    : m_refCount(0)
-{
-    gClassCount++;
-    gClassNameCount().add(&quot;WebCookieManager&quot;);
-}
-
-WebCookieManager::~WebCookieManager()
-{
-    gClassCount--;
-    gClassNameCount().remove(&quot;WebCookieManager&quot;);
-}
-
-// IUnknown ---------------------------------------------------------------
-
-HRESULT STDMETHODCALLTYPE WebCookieManager::QueryInterface(REFIID riid, void** ppvObject)
-{
-    *ppvObject = 0;
-    if (IsEqualGUID(riid, IID_IUnknown))
-        *ppvObject = static_cast&lt;WebCookieManager*&gt;(this);
-    else if (IsEqualGUID(riid, __uuidof(IWebCookieManager)))
-        *ppvObject = static_cast&lt;IWebCookieManager*&gt;(this);
-    else
-        return E_NOINTERFACE;
-
-    AddRef();
-    return S_OK;
-}
-
-ULONG STDMETHODCALLTYPE WebCookieManager::AddRef()
-{
-    return ++m_refCount;
-}
-
-ULONG STDMETHODCALLTYPE WebCookieManager::Release()
-{
-    ULONG newRef = --m_refCount;
-    if (!newRef)
-        delete this;
-
-    return newRef;
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebCookieManagerh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/win/WebCookieManager.h (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCookieManager.h        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/WebCookieManager.h        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,60 +0,0 @@
</span><del>-/*
- * Copyright (C) 2008 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. ``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
- * 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 WebCookieManager_h
-#define WebCookieManager_h
-
-#include &quot;WebKit.h&quot;
-
-typedef struct OpaqueCFHTTPCookieStorage*  CFHTTPCookieStorageRef;
-
-class WebCookieManager : public IWebCookieManager {
-public:
-    static WebCookieManager* createInstance();
-
-    // IUnknown
-    virtual HRESULT STDMETHODCALLTYPE QueryInterface( 
-        /* [in] */ REFIID riid,
-        /* [iid_is][out] */ void** ppvObject);
-
-    virtual ULONG STDMETHODCALLTYPE AddRef();
-
-    virtual ULONG STDMETHODCALLTYPE Release();
-
-    // IWebCookieManager
-    virtual /* [local] */ HRESULT STDMETHODCALLTYPE cookieStorage( 
-        /* [retval][out] */ CFHTTPCookieStorageRef* storage);
-
-    virtual /* [local] */ HRESULT STDMETHODCALLTYPE setCookieStorage( 
-        /* [in] */ CFHTTPCookieStorageRef storage);
-
-private:
-    WebCookieManager();
-    ~WebCookieManager();
-
-    ULONG m_refCount;
-};
-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebCookieManagerCFNetcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/win/WebCookieManagerCFNet.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCookieManagerCFNet.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/WebCookieManagerCFNet.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,52 +0,0 @@
</span><del>-/*
- * Copyright (C) 2008 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. ``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
- * 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. 
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDLL.h&quot;
-#include &quot;WebCookieManager.h&quot;
-
-#include &lt;CFNetwork/CFHTTPCookiesPriv.h&gt;
-#include &lt;WebCore/NetworkStorageSession.h&gt;
-
-using namespace WebCore;
-
-// IWebCookieManager -------------------------------------------------------
-
-HRESULT STDMETHODCALLTYPE WebCookieManager::cookieStorage( 
-    /* [retval][out] */ CFHTTPCookieStorageRef* storage)
-{
-   if (!storage)
-        return E_POINTER;
-
-    *storage = overridenCookieStorage();
-    return S_OK;
-}
-
-HRESULT STDMETHODCALLTYPE WebCookieManager::setCookieStorage( 
-    /* [in] */ CFHTTPCookieStorageRef storage)
-{
-    overrideCookieStorage(storage);
-    return S_OK;
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebCookieManagerCurlcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit/win/WebCookieManagerCurl.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCookieManagerCurl.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/WebCookieManagerCurl.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -1,46 +0,0 @@
</span><del>-/*
- * Copyright (C) 2008 Brent Fulgham &lt;bfulgham@gmail.com&gt;. 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. ``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
- * 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. 
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDLL.h&quot;
-#include &quot;WebCookieManager.h&quot;
-
-#include &quot;NotImplemented.h&quot;
-
-// IWebCookieManager -------------------------------------------------------
-
-HRESULT STDMETHODCALLTYPE WebCookieManager::cookieStorage( 
-    /* [retval][out] */ CFHTTPCookieStorageRef* storage)
-{
-   notImplemented();
-   return E_FAIL;
-}
-
-HRESULT STDMETHODCALLTYPE WebCookieManager::setCookieStorage( 
-    /* [in] */ CFHTTPCookieStorageRef storage)
-{
-   notImplemented();
-   return E_FAIL;
-}
</del></span></pre></div>
<a id="trunkSourceWebKitwinWebKitClassFactorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebKitClassFactory.cpp (176613 => 176614)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebKitClassFactory.cpp        2014-12-02 00:49:49 UTC (rev 176613)
+++ trunk/Source/WebKit/win/WebKitClassFactory.cpp        2014-12-02 00:55:48 UTC (rev 176614)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;ForEachCoClass.h&quot;
</span><span class="cx"> #include &quot;WebArchive.h&quot;
</span><span class="cx"> #include &quot;WebCache.h&quot;
</span><del>-#include &quot;WebCookieManager.h&quot;
</del><span class="cx"> #include &quot;WebCoreStatistics.h&quot;
</span><span class="cx"> #include &quot;WebDatabaseManager.h&quot;
</span><span class="cx"> #include &quot;WebDownload.h&quot;
</span></span></pre>
</div>
</div>

</body>
</html>