Title: [199632] trunk/Tools
Revision
199632
Author
wei...@apple.com
Date
2016-04-16 17:26:05 -0700 (Sat, 16 Apr 2016)

Log Message

Another build fix.

* MiniBrowser/mac/BrowserWindowController.m:
(-[BrowserWindowController sharingServicePicker:sharingServicesForItems:proposedSharingServices:]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (199631 => 199632)


--- trunk/Tools/ChangeLog	2016-04-17 00:19:58 UTC (rev 199631)
+++ trunk/Tools/ChangeLog	2016-04-17 00:26:05 UTC (rev 199632)
@@ -1,5 +1,12 @@
 2016-04-16  Sam Weinig  <s...@webkit.org>
 
+        Another build fix.
+
+        * MiniBrowser/mac/BrowserWindowController.m:
+        (-[BrowserWindowController sharingServicePicker:sharingServicesForItems:proposedSharingServices:]):
+
+2016-04-16  Sam Weinig  <s...@webkit.org>
+
         Fix 32-bit build.
 
         * MiniBrowser/mac/BrowserWindowController.m:

Modified: trunk/Tools/MiniBrowser/mac/BrowserWindowController.m (199631 => 199632)


--- trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2016-04-17 00:19:58 UTC (rev 199631)
+++ trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2016-04-17 00:26:05 UTC (rev 199632)
@@ -193,7 +193,7 @@
 #pragma mark -
 #pragma mark NSSharingServicePickerDelegate
 
-- (NSArray<NSSharingService *> *)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker sharingServicesForItems:(NSArray *)items proposedSharingServices:(NSArray<NSSharingService *> *)proposedServices
+- (NSArray *)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker sharingServicesForItems:(NSArray *)items proposedSharingServices:(NSArray *)proposedServices
 {
     return proposedServices;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to