Title: [150499] trunk/Source/WebKit/win
Revision
150499
Author
[email protected]
Date
2013-05-21 20:07:20 -0700 (Tue, 21 May 2013)

Log Message

[Windows, curl] WebDownloadCurl.cpp should not include SystemTime.h
https://bugs.webkit.org/show_bug.cgi?id=116584

Patch by Mark Salisbury <[email protected]> on 2013-05-21
Reviewed by Brent Fulgham.

SystemTime header and implementation are no longer used and were removed
recently - http://trac.webkit.org/changeset/150216.

* WebDownloadCurl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (150498 => 150499)


--- trunk/Source/WebKit/win/ChangeLog	2013-05-22 02:36:37 UTC (rev 150498)
+++ trunk/Source/WebKit/win/ChangeLog	2013-05-22 03:07:20 UTC (rev 150499)
@@ -1,3 +1,15 @@
+2013-05-21  Mark Salisbury  <[email protected]>
+
+        [Windows, curl] WebDownloadCurl.cpp should not include SystemTime.h
+        https://bugs.webkit.org/show_bug.cgi?id=116584
+
+        Reviewed by Brent Fulgham.
+
+        SystemTime header and implementation are no longer used and were removed
+        recently - http://trac.webkit.org/changeset/150216.
+
+        * WebDownloadCurl.cpp:
+
 2013-05-19  Anders Carlsson  <[email protected]>
 
         Remove ChromeClient::webView()

Modified: trunk/Source/WebKit/win/WebDownloadCurl.cpp (150498 => 150499)


--- trunk/Source/WebKit/win/WebDownloadCurl.cpp	2013-05-22 02:36:37 UTC (rev 150498)
+++ trunk/Source/WebKit/win/WebDownloadCurl.cpp	2013-05-22 03:07:20 UTC (rev 150499)
@@ -50,7 +50,6 @@
 #include <WebCore/ResourceHandle.h>
 #include <WebCore/ResourceRequest.h>
 #include <WebCore/ResourceResponse.h>
-#include <WebCore/SystemTime.h>
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to