| Index: webkit/api/src/WebDataSourceImpl.cpp
|
| ===================================================================
|
| --- webkit/api/src/WebDataSourceImpl.cpp (revision 28523)
|
| +++ webkit/api/src/WebDataSourceImpl.cpp (working copy)
|
| @@ -127,7 +127,7 @@
|
| }
|
| }
|
|
|
| -WebURL WebDataSourceImpl::endOfRedirectChain() const
|
| +const KURL& WebDataSourceImpl::endOfRedirectChain() const
|
| {
|
| ASSERT(!m_redirectChain.isEmpty());
|
| return m_redirectChain.last();
|
| @@ -138,7 +138,7 @@
|
| m_redirectChain.clear();
|
| }
|
|
|
| -void WebDataSourceImpl::appendRedirect(const WebURL& url)
|
| +void WebDataSourceImpl::appendRedirect(const KURL& url)
|
| {
|
| m_redirectChain.append(url);
|
| }
|
|
|