Title: [245708] branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Revision
245708
Author
[email protected]
Date
2019-05-23 13:20:03 -0700 (Thu, 23 May 2019)

Log Message

Unreviewed build fix. rdar://problem/50613388

Modified Paths


Diff

Modified: branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (245707 => 245708)


--- branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2019-05-23 20:15:55 UTC (rev 245707)
+++ branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2019-05-23 20:20:03 UTC (rev 245708)
@@ -1670,7 +1670,7 @@
 - (BOOL)_requiresKeyboardWhenFirstResponder
 {
     // FIXME: We should add the logic to handle keyboard visibility during focus redirects.
-    return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode]
+    return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode];
 #if USE(UIKIT_KEYBOARD_ADDITIONS)
     if (GSEventIsHardwareKeyboardAttached())
         return YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to