<rdar://problem/70744978>
Created attachment 419141 [details] Patch
Comment on attachment 419141 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419141&action=review rs=me > Source/WebKit/WebProcess/WebPage/WebPage.cpp:7154 > + element->updateWithImageExtractionResult(WTFMove(result)); Just making sure, but I'm guessing that this will be added by Bug 221236, right?
(In reply to Devin Rousso from comment #2) > Comment on attachment 419141 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=419141&action=review > > rs=me > > > Source/WebKit/WebProcess/WebPage/WebPage.cpp:7154 > > + element->updateWithImageExtractionResult(WTFMove(result)); > > Just making sure, but I'm guessing that this will be added by Bug 221236, > right? Yep! (It's just green on EWS currently because the feature flag is disabled by default).
Created attachment 419455 [details] Adjust for changes in #221236
Created attachment 419527 [details] Patch for landing
Created attachment 419528 [details] Patch for landing
Committed r272470: <https://commits.webkit.org/r272470> All reviewed patches have been landed. Closing bug and clearing flags on attachment 419528 [details].