Title: [199633] trunk/Tools
- Revision
- 199633
- Author
- [email protected]
- Date
- 2016-04-16 17:40:55 -0700 (Sat, 16 Apr 2016)
Log Message
More build fixing.
* MiniBrowser/mac/BrowserWindowController.m:
(-[BrowserWindowController share:]):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (199632 => 199633)
--- trunk/Tools/ChangeLog 2016-04-17 00:26:05 UTC (rev 199632)
+++ trunk/Tools/ChangeLog 2016-04-17 00:40:55 UTC (rev 199633)
@@ -1,5 +1,12 @@
2016-04-16 Sam Weinig <[email protected]>
+ More build fixing.
+
+ * MiniBrowser/mac/BrowserWindowController.m:
+ (-[BrowserWindowController share:]):
+
+2016-04-16 Sam Weinig <[email protected]>
+
Another build fix.
* MiniBrowser/mac/BrowserWindowController.m:
Modified: trunk/Tools/MiniBrowser/mac/BrowserWindowController.m (199632 => 199633)
--- trunk/Tools/MiniBrowser/mac/BrowserWindowController.m 2016-04-17 00:26:05 UTC (rev 199632)
+++ trunk/Tools/MiniBrowser/mac/BrowserWindowController.m 2016-04-17 00:40:55 UTC (rev 199633)
@@ -77,7 +77,11 @@
{
NSSharingServicePicker *picker = [[NSSharingServicePicker alloc] initWithItems:@[ self.currentURL ]];
picker.delegate = self;
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
[picker showRelativeToRect:NSZeroRect ofView:sender preferredEdge:NSRectEdgeMinY];
+#else
+ [picker showRelativeToRect:NSZeroRect ofView:sender preferredEdge:NSMinYEdge];
+#endif
}
- (IBAction)fetch:(id)sender
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes