HI All, Fixed. Thanks for your help guys.
Regards Ferret On Fri, Jan 9, 2009 at 11:18 AM, Holger Freyther <ze...@selfish.org> wrote: > On Friday 09 January 2009 10:11:43 ferrety ferrety wrote: > >> HTTPHeaderMap::const_iterator end = req.httpHeaderFields().end(); >> for (HTTPHeaderMap::const_iterator it = >> req.httpHeaderFields().begin(); it != end; ++it) { >> fprintf( pf , "%s:%s\r\n" , it->first.latin1().data() , >> it->second.latin1().data() ); >> > > HTTPHeaderMap (IIRC) was changed from String to AtomicString, you will need to > call AtomicString::string() to get the string. See > WebCore/platform/text/AtomicString.h > > > > z > > _______________________________________________ > webkit-dev mailing list > webkit-dev@lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev