Title: [154386] trunk/Source/WebCore
Revision
154386
Author
[email protected]
Date
2013-08-21 09:00:26 -0700 (Wed, 21 Aug 2013)

Log Message

<https://webkit.org/b/120109> [curl] only include WebCoreBundleWin on Windows

Patch by Róbert Sipka <[email protected]> on 2013-08-21
Reviewed by Brent Fulgham.

The WebCoreBundleWin is a windows specific file, it is only needed on Windows.

* platform/network/curl/ResourceHandleManager.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154385 => 154386)


--- trunk/Source/WebCore/ChangeLog	2013-08-21 14:23:02 UTC (rev 154385)
+++ trunk/Source/WebCore/ChangeLog	2013-08-21 16:00:26 UTC (rev 154386)
@@ -1,3 +1,13 @@
+2013-08-21  Róbert Sipka  <[email protected]>
+
+        <https://webkit.org/b/120109> [curl] only include WebCoreBundleWin on Windows
+
+        Reviewed by Brent Fulgham.
+
+        The WebCoreBundleWin is a windows specific file, it is only needed on Windows.
+
+        * platform/network/curl/ResourceHandleManager.cpp:
+
 2013-08-21  Jae Hyun Park  <[email protected]>
 
         [Qt] Remove unused code path in PluginView

Modified: trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp (154385 => 154386)


--- trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2013-08-21 14:23:02 UTC (rev 154385)
+++ trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp	2013-08-21 16:00:26 UTC (rev 154386)
@@ -43,7 +43,9 @@
 #include "ResourceError.h"
 #include "ResourceHandle.h"
 #include "ResourceHandleInternal.h"
+#if OS(WINDOWS)
 #include "WebCoreBundleWin.h"
+#endif
 
 #include <errno.h>
 #include <stdio.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to