Title: [174673] trunk/Source/WebCore
Revision
174673
Author
[email protected]
Date
2014-10-14 01:11:19 -0700 (Tue, 14 Oct 2014)

Log Message

[Curl] Compile error in CurlDownload.cpp.
https://bugs.webkit.org/show_bug.cgi?id=137654

Patch by [email protected] <[email protected]> on 2014-10-14
Reviewed by Philippe Normand.

A template specialization is not needed anymore.

* platform/network/curl/CurlDownload.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174672 => 174673)


--- trunk/Source/WebCore/ChangeLog	2014-10-14 08:08:05 UTC (rev 174672)
+++ trunk/Source/WebCore/ChangeLog	2014-10-14 08:11:19 UTC (rev 174673)
@@ -1,3 +1,14 @@
+2014-10-14  [email protected]  <[email protected]>
+
+        [Curl] Compile error in CurlDownload.cpp.
+        https://bugs.webkit.org/show_bug.cgi?id=137654
+
+        Reviewed by Philippe Normand.
+
+        A template specialization is not needed anymore.
+
+        * platform/network/curl/CurlDownload.cpp:
+
 2014-10-13  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Remove unused stale Page protocol methods

Modified: trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp (174672 => 174673)


--- trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp	2014-10-14 08:08:05 UTC (rev 174672)
+++ trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp	2014-10-14 08:11:19 UTC (rev 174673)
@@ -38,9 +38,6 @@
 
 using namespace WebCore;
 
-template<> struct CrossThreadCopierBase<false, false, CurlDownload*> : public CrossThreadCopierPassThrough<CurlDownload*> {
-};
-
 namespace WebCore {
 
 // CurlDownloadManager -------------------------------------------------------------------
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to