Title: [246131] trunk/Source/WebCore
Revision
246131
Author
[email protected]
Date
2019-06-05 15:53:11 -0700 (Wed, 05 Jun 2019)

Log Message

Revert part of r246126
https://bugs.webkit.org/show_bug.cgi?id=197132

* platform/ios/WebItemProviderPasteboard.h:
This change broke an internal build, so I'm reverting it.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (246130 => 246131)


--- trunk/Source/WebCore/ChangeLog	2019-06-05 22:37:10 UTC (rev 246130)
+++ trunk/Source/WebCore/ChangeLog	2019-06-05 22:53:11 UTC (rev 246131)
@@ -1,3 +1,11 @@
+2019-06-05  Alex Christensen  <[email protected]>
+
+        Revert part of r246126
+        https://bugs.webkit.org/show_bug.cgi?id=197132
+
+        * platform/ios/WebItemProviderPasteboard.h:
+        This change broke an internal build, so I'm reverting it.
+
 2019-06-05  Daniel Bates  <[email protected]>
 
         [CSP] Data URLs should inherit their CSP policy

Modified: trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h (246130 => 246131)


--- trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2019-06-05 22:37:10 UTC (rev 246130)
+++ trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2019-06-05 22:53:11 UTC (rev 246131)
@@ -23,10 +23,10 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#import <WebCore/AbstractPasteboard.h>
+
 #if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
 
-#import <WebCore/AbstractPasteboard.h>
-
 struct CGSize;
 
 typedef NS_ENUM(NSInteger, WebPreferredPresentationStyle) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to