git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- build fix
[WebKit-https.git]
/
WebCore
/
platform
/
network
/
cf
/
ResourceErrorCF.cpp
diff --git
a/WebCore/platform/network/cf/ResourceErrorCF.cpp
b/WebCore/platform/network/cf/ResourceErrorCF.cpp
index ff00ab608c5c6b31ffe8d5062c9f4d77e89ba31f..f9ad76dfcd5feacaa0c0ad20eeb2efb7cdb7df91 100644
(file)
--- a/
WebCore/platform/network/cf/ResourceErrorCF.cpp
+++ b/
WebCore/platform/network/cf/ResourceErrorCF.cpp
@@
-29,7
+29,12
@@
#if USE(CFNETWORK)
+// FIXME: Once <rdar://problem/5050881> is fixed in open source we
+// can remove this extern "C"
+extern "C" {
#include <CFNetwork/CFNetworkErrors.h>
+}
+
#include <CoreFoundation/CFError.h>
#include <WTF/RetainPtr.h>