Title: [147868] trunk/Source/WebCore
Revision
147868
Author
[email protected]
Date
2013-04-07 10:07:54 -0700 (Sun, 07 Apr 2013)

Log Message

[WIN] Fix build without precompiled header after r144216.

* platform/network/cf/FormDataStreamCFNet.h:
* platform/network/mac/FormDataStreamMac.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147867 => 147868)


--- trunk/Source/WebCore/ChangeLog	2013-04-07 16:42:28 UTC (rev 147867)
+++ trunk/Source/WebCore/ChangeLog	2013-04-07 17:07:54 UTC (rev 147868)
@@ -1,3 +1,10 @@
+2013-04-07  Patrick Gansterer  <[email protected]>
+
+        [WIN] Fix build without precompiled header after r144216.
+
+        * platform/network/cf/FormDataStreamCFNet.h:
+        * platform/network/mac/FormDataStreamMac.h:
+
 2013-04-07  Ed Bartosh  <[email protected]>
 
         [EFL] --minimal build fails with error: WebCore::FrameSelection::notifyAccessibilityForSelectionChange()

Modified: trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.h (147867 => 147868)


--- trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.h	2013-04-07 16:42:28 UTC (rev 147867)
+++ trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.h	2013-04-07 17:07:54 UTC (rev 147868)
@@ -33,7 +33,7 @@
 
 typedef struct _CFURLRequest* CFMutableURLRequestRef;
 typedef struct __CFReadStream* CFReadStreamRef;
-typedef const struct _CFURLRequest* CFURLRequestRef;
+typedef const struct __CFString* CFStringRef;
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/platform/network/mac/FormDataStreamMac.h (147867 => 147868)


--- trunk/Source/WebCore/platform/network/mac/FormDataStreamMac.h	2013-04-07 16:42:28 UTC (rev 147867)
+++ trunk/Source/WebCore/platform/network/mac/FormDataStreamMac.h	2013-04-07 17:07:54 UTC (rev 147868)
@@ -33,6 +33,8 @@
 
 #include <wtf/Forward.h>
 
+typedef const struct _CFURLRequest* CFURLRequestRef;
+
 @class NSInputStream;
 @class NSMutableURLRequest;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to