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
[iOS] Remove soft linking of MobileCoreServices.framework
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
graphics
/
cg
/
ImageSourceCGMac.mm
diff --git
a/Source/WebCore/platform/graphics/cg/ImageSourceCGMac.mm
b/Source/WebCore/platform/graphics/cg/ImageSourceCGMac.mm
index
953bcb9
..
a65fbb7
100644
(file)
--- a/
Source/WebCore/platform/graphics/cg/ImageSourceCGMac.mm
+++ b/
Source/WebCore/platform/graphics/cg/ImageSourceCGMac.mm
@@
-29,6
+29,10
@@
#import <wtf/RetainPtr.h>
#import <wtf/text/WTFString.h>
+#if PLATFORM(IOS)
+#import <MobileCoreServices/MobileCoreServices.h>
+#endif
+
namespace WebCore {
String MIMETypeForImageSourceType(const String& uti)