[webkit-reviews] review granted: [Bug 225605] Add null check in CachedResource::clearLoader : [Attachment 428193] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 12:46:59 PDT 2021


Geoffrey Garen <ggaren at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 225605: Add null check in CachedResource::clearLoader
https://bugs.webkit.org/show_bug.cgi?id=225605

Attachment 428193: Patch

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




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

r=me

You can make this fewer lines of code if you keep it as ASSERT(m_loader).


More information about the webkit-reviews mailing list