[webkit-reviews] review granted: [Bug 236292] Settling of a fetch promise should be delayed in case page is entering page cache : [Attachment 451250] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 11:38:50 PST 2022


Chris Dumez <cdumez at apple.com> has granted youenn fablet <youennf at gmail.com>'s
request for review:
Bug 236292: Settling of a fetch promise should be delayed in case page is
entering page cache
https://bugs.webkit.org/show_bug.cgi?id=236292

Attachment 451250: Patch

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




--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 451250
  --> https://bugs.webkit.org/attachment.cgi?id=451250
Patch

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

r=me

> Source/WebCore/Modules/fetch/FetchResponse.cpp:352
> +	   responseCallback(Ref { m_response });

Why the Ref { }?


More information about the webkit-reviews mailing list