Title: [179154] branches/safari-600.4-branch/Source/WebKit2
- Revision
- 179154
- Author
- [email protected]
- Date
- 2015-01-26 16:19:17 -0800 (Mon, 26 Jan 2015)
Log Message
Merge r179023. rdar://problem/19573674
Modified Paths
Diff
Modified: branches/safari-600.4-branch/Source/WebKit2/ChangeLog (179153 => 179154)
--- branches/safari-600.4-branch/Source/WebKit2/ChangeLog 2015-01-27 00:19:15 UTC (rev 179153)
+++ branches/safari-600.4-branch/Source/WebKit2/ChangeLog 2015-01-27 00:19:17 UTC (rev 179154)
@@ -1,5 +1,16 @@
2015-01-26 Matthew Hanson <[email protected]>
+ Merge r179023. rdar://problem/19573674
+
+ 2015-01-23 Timothy Horton <[email protected]>
+
+ Fix the pre-Yosemite build.
+
+ * UIProcess/API/mac/WKView.mm:
+ (-[WKView _dismissContentRelativeChildWindows]):
+
+2015-01-26 Matthew Hanson <[email protected]>
+
Merge r179014. rdar://problem/19573674
2015-01-23 Timothy Horton <[email protected]>
Modified: branches/safari-600.4-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm (179153 => 179154)
--- branches/safari-600.4-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm 2015-01-27 00:19:15 UTC (rev 179153)
+++ branches/safari-600.4-branch/Source/WebKit2/UIProcess/API/mac/WKView.mm 2015-01-27 00:19:17 UTC (rev 179154)
@@ -4335,7 +4335,9 @@
[self _setTextIndicator:nullptr fadeOut:NO];
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
[_data->_immediateActionController dismissContentRelativeChildWindows];
+#endif
static_cast<PageClient&>(*_data->_pageClient).dismissCorrectionPanel(ReasonForDismissingAlternativeTextIgnored);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes