RESOLVED FIXED 133874
Add a HTTPHeaderMap::set overload that takes a HTTPHeaderName
https://bugs.webkit.org/show_bug.cgi?id=133874
Summary Add a HTTPHeaderMap::set overload that takes a HTTPHeaderName
Anders Carlsson
Reported 2014-06-13 12:16:04 PDT
Add a HTTPHeaderMap::set overload that takes a HTTPHeaderName
Attachments
Patch (6.53 KB, patch)
2014-06-13 12:17 PDT, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2014-06-13 12:17:02 PDT
Anders Carlsson
Comment 2 2014-06-13 12:35:34 PDT
Csaba Osztrogonác
Comment 3 2014-06-13 15:01:52 PDT
(In reply to comment #2) > Committed r169943: <http://trac.webkit.org/changeset/169943> It broke the EFL and GTK build. :(
Csaba Osztrogonác
Comment 4 2014-06-14 02:07:02 PDT
Buildfix landed in https://trac.webkit.org/changeset/169966 . Otherwise breaking the build and then going home wasn't a fairplay game ...
Csaba Osztrogonác
Comment 5 2014-06-14 02:08:40 PDT
Comment on attachment 233067 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233067&action=review > Source/WebCore/platform/network/HTTPHeaderMap.h:74 > + template<size_t length> void add(const char (&)[length], const String&) = delete; I think it was an accidental change, because it is the only one implementaion of add, and the bug title is about only chaning set. So I removed this deletion in the buildfix.
Note You need to log in before you can comment on or make changes to this bug.