...
rdar://89653213
Created attachment 453696 [details] Patch
Comment on attachment 453696 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453696&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm:600 > + TestWebKitAPI::Util::run(&scrollViewDelegate.get()->_finishedScrolling); Nit - I think you can remove the `.get()` here.
Created attachment 453761 [details] Patch for landing
(In reply to Wenson Hsieh from comment #3) > Comment on attachment 453696 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=453696&action=review Thanks for the review! > > Tools/TestWebKitAPI/Tests/WebKitCocoa/FindInPage.mm:600 > > + TestWebKitAPI::Util::run(&scrollViewDelegate.get()->_finishedScrolling); > > Nit - I think you can remove the `.get()` here. Removed.
Committed r290834 (248070@main): <https://commits.webkit.org/248070@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453761 [details].