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