[Webkit-unassigned] [Bug 142215] Include key to NetworkCacheStorage::Entry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 13:58:04 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142215

Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akling at apple.com

--- Comment #7 from Andreas Kling <akling at apple.com> ---
(In reply to comment #4)
> (In reply to comment #3)
> > Why are you moving away from std::make_unique<>() in this patch? I
> > personally prefer std::make_unique<>() than explicitly calling new.
> 
> It seemed cleaner to do regular initialisation in cases where make_unique
> doesn't actually make code more compact.

Gross. I'd prefer if we didn't introduce more naked news outside of construction helpers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150303/80788b45/attachment-0002.html>


More information about the webkit-unassigned mailing list