[webkit-reviews] review granted: [Bug 215871] Switch to class method for smart insert/delete : [Attachment 407352] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 16:34:26 PDT 2020


Darin Adler <darin at apple.com> has granted Megan Gardner
<megan_gardner at apple.com>'s request for review:
Bug 215871: Switch to class method for smart insert/delete
https://bugs.webkit.org/show_bug.cgi?id=215871

Attachment 407352: Patch

https://bugs.webkit.org/attachment.cgi?id=407352&action=review




--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 407352
  --> https://bugs.webkit.org/attachment.cgi?id=407352
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=407352&action=review

> Source/WebKit/UIProcess/ios/TextCheckerIOS.mm:120
> -    return [[UIKeyboardImpl sharedInstance] smartInsertDeleteIsEnabled];
> +    return [UIKeyboardImpl smartInsertDeleteIsEnabled];

This is available in all versions we need to support?


More information about the webkit-reviews mailing list