Title: [220814] trunk/Source/WebCore
Revision
220814
Author
[email protected]
Date
2017-08-16 16:00:04 -0700 (Wed, 16 Aug 2017)

Log Message

Try to fix the build

* platform/ios/PlatformPasteboardIOS.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (220813 => 220814)


--- trunk/Source/WebCore/ChangeLog	2017-08-16 22:58:40 UTC (rev 220813)
+++ trunk/Source/WebCore/ChangeLog	2017-08-16 23:00:04 UTC (rev 220814)
@@ -1,3 +1,9 @@
+2017-08-16  Timothy Horton  <[email protected]>
+
+        Try to fix the build
+
+        * platform/ios/PlatformPasteboardIOS.mm:
+
 2017-08-16  Simon Fraser  <[email protected]>
 
         Build fix after r220812

Modified: trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm (220813 => 220814)


--- trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm	2017-08-16 22:58:40 UTC (rev 220813)
+++ trunk/Source/WebCore/platform/ios/PlatformPasteboardIOS.mm	2017-08-16 23:00:04 UTC (rev 220814)
@@ -31,6 +31,7 @@
 #import "Pasteboard.h"
 #import "SharedBuffer.h"
 #import "URL.h"
+#import "UTIUtilities.h"
 #import "WebItemProviderPasteboard.h"
 #import <MobileCoreServices/MobileCoreServices.h>
 #import <UIKit/UIImage.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to