Add a HTTPHeaderMap::set overload that takes a HTTPHeaderName
Created attachment 233067 [details] Patch
Committed r169943: <http://trac.webkit.org/changeset/169943>
(In reply to comment #2) > Committed r169943: <http://trac.webkit.org/changeset/169943> It broke the EFL and GTK build. :(
Buildfix landed in https://trac.webkit.org/changeset/169966 . Otherwise breaking the build and then going home wasn't a fairplay game ...
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.