Remove USE(INSERTION_UNDO_GROUPING) checks in macOS platform code
Created attachment 398646 [details] Patch
Comment on attachment 398646 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398646&action=review > Source/WebKit/UIProcess/ios/PageClientImplIOS.mm:-340 > -void PageClientImpl::registerInsertionUndoGrouping() Surprised that this can be removed when registerInsertionUndoGrouping() is pure virtual...
Comment on attachment 398646 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398646&action=review >> Source/WebKit/UIProcess/ios/PageClientImplIOS.mm:-340 >> -void PageClientImpl::registerInsertionUndoGrouping() > > Surprised that this can be removed when registerInsertionUndoGrouping() is pure virtual... registerInsertionUndoGrouping() is only declared for PLATFORM(MAC).
Comment on attachment 398646 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398646&action=review >>> Source/WebKit/UIProcess/ios/PageClientImplIOS.mm:-340 >>> -void PageClientImpl::registerInsertionUndoGrouping() >> >> Surprised that this can be removed when registerInsertionUndoGrouping() is pure virtual... > > registerInsertionUndoGrouping() is only declared for PLATFORM(MAC). Yes, that’s right.
Committed r261320: <https://trac.webkit.org/changeset/261320> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398646 [details].
<rdar://problem/62985963>