Title: [112648] trunk/Source/WebCore
Revision
112648
Author
[email protected]
Date
2012-03-30 03:03:00 -0700 (Fri, 30 Mar 2012)

Log Message

Build fix after r112482.

* platform/network/cf/FormDataStreamCFNet.h: Added missing forward decleration.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112647 => 112648)


--- trunk/Source/WebCore/ChangeLog	2012-03-30 09:46:03 UTC (rev 112647)
+++ trunk/Source/WebCore/ChangeLog	2012-03-30 10:03:00 UTC (rev 112648)
@@ -1,3 +1,9 @@
+2012-03-30  Patrick Gansterer  <[email protected]>
+
+        Build fix after r112482.
+
+        * platform/network/cf/FormDataStreamCFNet.h: Added missing forward decleration.
+
 2012-03-30  Philippe Normand  <[email protected]>
 
         [GTK] WebAudio channelSize issue

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


--- trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.h	2012-03-30 09:46:03 UTC (rev 112647)
+++ trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.h	2012-03-30 10:03:00 UTC (rev 112648)
@@ -32,6 +32,7 @@
 #include <wtf/Forward.h>
 
 typedef struct _CFURLRequest* CFMutableURLRequestRef;
+typedef struct __CFReadStream* CFReadStreamRef;
 typedef const struct _CFURLRequest* CFURLRequestRef;
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to