RESOLVED FIXED 156606
[COCOA] Do not unnecessarily initialize ResourceResponse::m_httpVersion as part of common fields
https://bugs.webkit.org/show_bug.cgi?id=156606
Summary [COCOA] Do not unnecessarily initialize ResourceResponse::m_httpVersion as pa...
Chris Dumez
Reported 2016-04-14 16:01:12 PDT
Do not unnecessarily initialize ResourceResponse::m_httpVersion as part of common fields. We currently initialize m_httpVersion when calling platformLazyInit(CommonFieldsOnly) even though this is not a common field. The corresponding getter/setter in HTTPResponseBase, call lazyInit(AllFields).
Attachments
Patch (4.08 KB, patch)
2016-04-14 16:03 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-04-14 16:03:19 PDT
WebKit Commit Bot
Comment 2 2016-04-15 09:44:04 PDT
Comment on attachment 276445 [details] Patch Clearing flags on attachment: 276445 Committed r199591: <http://trac.webkit.org/changeset/199591>
WebKit Commit Bot
Comment 3 2016-04-15 09:44:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.