Title: [235534] trunk/Source/WebKit
Revision
235534
Author
[email protected]
Date
2018-08-30 18:03:35 -0700 (Thu, 30 Aug 2018)

Log Message

One more build fix

* UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView shareSheetDidDismiss:]):
Actually tested this time.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235533 => 235534)


--- trunk/Source/WebKit/ChangeLog	2018-08-31 00:39:09 UTC (rev 235533)
+++ trunk/Source/WebKit/ChangeLog	2018-08-31 01:03:35 UTC (rev 235534)
@@ -1,3 +1,11 @@
+2018-08-30  Tim Horton  <[email protected]>
+
+        One more build fix
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+        (-[WKContentView shareSheetDidDismiss:]):
+        Actually tested this time.
+
 2018-08-30  Chris Dumez  <[email protected]>
 
         Add WKPageLoadFile SPI variant which returns a navigation object

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (235533 => 235534)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2018-08-31 00:39:09 UTC (rev 235533)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2018-08-31 01:03:35 UTC (rev 235534)
@@ -4724,15 +4724,15 @@
 #endif
 }
 
+#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
 - (void)shareSheetDidDismiss:(WKShareSheet *)shareSheet
 {
-#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
     ASSERT(_shareSheet == shareSheet);
     
     [_shareSheet setDelegate:nil];
     _shareSheet = nil;
+}
 #endif
-}
 
 #pragma mark - UITextInputMultiDocument
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to