[webkit-dev] Fail to build WebKit r37132 with GTK on Fedora core 10
Holger Freyther
zecke at selfish.org
Fri Jan 9 02:18:45 PST 2009
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
More information about the webkit-dev
mailing list