Title: [158278] trunk/Source/WebKit/win
Revision
158278
Author
par...@webkit.org
Date
2013-10-30 10:33:39 -0700 (Wed, 30 Oct 2013)

Log Message

[WIN] Add missing USE(CFNETWORK) to WebError.h
https://bugs.webkit.org/show_bug.cgi?id=121834

Reviewed by Brent Fulgham.

WebError.cpp uses USE(CFNETWORK), so add it to the header too.

* WebError.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (158277 => 158278)


--- trunk/Source/WebKit/win/ChangeLog	2013-10-30 17:31:40 UTC (rev 158277)
+++ trunk/Source/WebKit/win/ChangeLog	2013-10-30 17:33:39 UTC (rev 158278)
@@ -1,3 +1,14 @@
+2013-10-30  Patrick Gansterer  <par...@webkit.org>
+
+        [WIN] Add missing USE(CFNETWORK) to WebError.h
+        https://bugs.webkit.org/show_bug.cgi?id=121834
+
+        Reviewed by Brent Fulgham.
+
+        WebError.cpp uses USE(CFNETWORK), so add it to the header too.
+
+        * WebError.h:
+
 2013-10-30  pe...@outlook.com  <pe...@outlook.com>
 
         [Curl][Win] Suggested filename of download is not url decoded.

Modified: trunk/Source/WebKit/win/WebError.h (158277 => 158278)


--- trunk/Source/WebKit/win/WebError.h	2013-10-30 17:31:40 UTC (rev 158277)
+++ trunk/Source/WebKit/win/WebError.h	2013-10-30 17:33:39 UTC (rev 158278)
@@ -90,7 +90,9 @@
 private:
     ULONG m_refCount;
     COMPtr<IPropertyBag> m_userInfo;
+#if USE(CFNETWORK)
     RetainPtr<CFDictionaryRef> m_cfErrorUserInfoDict;
+#endif
     WebCore::ResourceError m_error;
 };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to