curl backend build fix for breakage introduced in r28709.
* platform/network/ResourceHandleInternal.h:
(WebCore::ResourceHandleInternal::ResourceHandleInternal):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28711
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-13 Alp Toker <alp@atoker.com>
+
+ curl backend build fix for breakage introduced in r28709.
+
+ * platform/network/ResourceHandleInternal.h:
+ (WebCore::ResourceHandleInternal::ResourceHandleInternal):
+
2007-12-13 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
, m_url(0)
, m_fileName(0)
, m_customHeaders(0)
+ , m_cancelled(false)
#endif
#if PLATFORM(QT)
, m_job(0)
struct curl_slist* m_customHeaders;
Vector<char> m_postBytes;
ResourceResponse m_response;
+ bool m_cancelled;
#endif
#if PLATFORM(QT)
QWebNetworkJob *m_job;