We need to ensure we have an asynchronous path to return this information to WebKit, as any image parsing must take place asynchronously.
<rdar://problem/90282241>
getAlternateURLFromImage and alternateURLFromImage are currently hooked up to very different code paths. Am I correct in assuming that this is a request for a version of alternateURLFromImage with a completion block?
(In reply to Alex Christensen from comment #2) > getAlternateURLFromImage and alternateURLFromImage are currently hooked up > to very different code paths. Am I correct in assuming that this is a > request for a version of alternateURLFromImage with a completion block? Yes - apologies if I've misunderstood getAlternateURLFromImage, but we do need to do the work for alternateURLFromImage asynchronously as right now we are forced to it synchronously.