[webkit-reviews] review granted: [Bug 200567] Blob registries should be keyed by session IDs : [Attachment 376069] Win fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 13:33:01 PDT 2019


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 200567: Blob registries should be keyed by session IDs
https://bugs.webkit.org/show_bug.cgi?id=200567

Attachment 376069: Win fix

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




--- Comment #17 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 376069
  --> https://bugs.webkit.org/attachment.cgi?id=376069
Win fix

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

> Source/WebKitLegacy/win/WebCoreSupport/WebPlatformStrategies.cpp:81
> -    return new BlobRegistryImpl;
> +    return new WebBlobRegistry;

r=me
We should look into the uses of isBlobRegistryImpl and see if they're still
needed, now that the networking is all done in the network process in WebKit2.


More information about the webkit-reviews mailing list