RESOLVED FIXED 162599
[Fetch API] Use Ref<const T> in FetchBody::m_data variant
https://bugs.webkit.org/show_bug.cgi?id=162599
Summary [Fetch API] Use Ref<const T> in FetchBody::m_data variant
youenn fablet
Reported 2016-09-27 01:56:49 PDT
This is a follow-up of bug 162559.
Attachments
Patch (11.75 KB, patch)
2016-09-27 02:06 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2016-09-27 02:06:24 PDT
Alex Christensen
Comment 2 2016-09-27 08:46:34 PDT
Comment on attachment 289926 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289926&action=review > Source/WebCore/Modules/fetch/FetchBody.cpp:345 > - clone.m_data = const_cast<Blob&>(blobBody()); > + clone.m_data = blobBody(); :)
WebKit Commit Bot
Comment 3 2016-09-27 09:50:10 PDT
Comment on attachment 289926 [details] Patch Clearing flags on attachment: 289926 Committed r206438: <http://trac.webkit.org/changeset/206438>
WebKit Commit Bot
Comment 4 2016-09-27 09:50:14 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.