[webkit-reviews] review granted: [Bug 226943] Use SharedBuffer!=() in CachedResource::tryReplaceEncodedData() : [Attachment 431235] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 15:32:06 PDT 2021


Geoffrey Garen <ggaren at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 226943: Use SharedBuffer!=() in CachedResource::tryReplaceEncodedData()
https://bugs.webkit.org/show_bug.cgi?id=226943

Attachment 431235: Patch

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




--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 431235
  --> https://bugs.webkit.org/attachment.cgi?id=431235
Patch

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

r=me

> Source/WebCore/loader/cache/CachedResource.cpp:917
> +    // We have to do the compare the buffers because we can't tell if the
replacement file backed data is for the

to do the compare the buffers => compare the buffers


More information about the webkit-reviews mailing list