+2016-09-06 David Kilzer <ddkilzer@apple.com>
+
+ [iOS] Remove soft linking of MobileCoreServices.framework
+ <https://webkit.org/b/161641>
+ <rdar://problem/10420118>
+
+ Reviewed by Darin Adler.
+
+ * Configurations/WebCore.xcconfig: Add hard link to
+ MobileCoreServices.framework.
+
+ * editing/ios/EditorIOS.mm: Change #include to #import.
+ * platform/graphics/cg/ImageSourceCGMac.mm:
+ * platform/graphics/mac/ImageMac.mm:
+ * platform/ios/PasteboardIOS.mm:
+ * platform/ios/PlatformPasteboardIOS.mm:
+ * platform/network/ios/WebCoreURLResponseIOS.mm:
+ * platform/network/mac/UTIUtilities.mm:
+ - Rearrange import statements as needed.
+ - Remove soft link to MobileCoreServices.framework.
+ - Add import of <MobileCoreServices/MobileCoreServices.h> as
+ needed.
+
+ * rendering/RenderThemeIOS.mm: Remove unused soft link to
+ MobileCoreServices.framework.
+
2016-09-06 Chris Dumez <cdumez@apple.com>
Align srcset attribute parsing with the HTML specification