RESOLVED FIXED53881
[WIN] Add missing includes and forward declarations for DownloadBundle
https://bugs.webkit.org/show_bug.cgi?id=53881
Summary [WIN] Add missing includes and forward declarations for DownloadBundle
Patrick R. Gansterer
Reported 2011-02-06 11:30:25 PST
see patch
Attachments
Patch (2.49 KB, patch)
2011-02-06 11:32 PST, Patrick R. Gansterer
no flags
Patch (2.49 KB, patch)
2011-02-06 14:35 PST, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2011-02-06 11:32:42 PST
Patrick R. Gansterer
Comment 2 2011-02-06 14:35:13 PST
Adam Roben (:aroben)
Comment 3 2011-02-07 07:38:28 PST
Comment on attachment 81428 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81428&action=review > Source/WebCore/platform/network/cf/DownloadBundle.h:31 > +typedef const struct __CFData* CFDataRef; Why is this needed? On Windows we pull in CoreFoundation.h through our prefix header. > Source/WebCore/platform/network/win/DownloadBundleWin.cpp:29 > +#include <CoreFoundation/CoreFoundation.h> Same question. > Source/WebCore/platform/network/win/DownloadBundleWin.cpp:32 > +#include <sys/stat.h> > +#include <sys/types.h> Presumably these are getting pulled in through the prefix header on Windows, too.
WebKit Commit Bot
Comment 4 2011-02-08 08:50:28 PST
Comment on attachment 81428 [details] Patch Clearing flags on attachment: 81428 Committed r77944: <http://trac.webkit.org/changeset/77944>
WebKit Commit Bot
Comment 5 2011-02-08 08:50:32 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.