[webkit-reviews] review granted: [Bug 186718] Better pack ResourceResponse : [Attachment 342870] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 21:57:01 PDT 2018


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 186718: Better pack ResourceResponse
https://bugs.webkit.org/show_bug.cgi?id=186718

Attachment 342870: Patch

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




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 342870
  --> https://bugs.webkit.org/attachment.cgi?id=342870
Patch

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

> Source/WebCore/platform/network/ResourceResponseBase.h:235
> +    int m_httpStatusCode;
> +    bool m_isNull;

might as well add initializers.


More information about the webkit-reviews mailing list