| Index: Source/web/WebDataSourceImpl.cpp
|
| diff --git a/Source/web/WebDataSourceImpl.cpp b/Source/web/WebDataSourceImpl.cpp
|
| index 95ae7269469589c30ee9e95761e86c34d203bd9e..d53239788d60c3129c0152b91f9da33a7ddb4669 100644
|
| --- a/Source/web/WebDataSourceImpl.cpp
|
| +++ b/Source/web/WebDataSourceImpl.cpp
|
| @@ -81,6 +81,11 @@ WebURL WebDataSourceImpl::unreachableURL() const
|
| return DocumentLoader::unreachableURL();
|
| }
|
|
|
| +void WebDataSourceImpl::appendRedirect(const WebURL& url)
|
| +{
|
| + DocumentLoader::appendRedirect(url);
|
| +}
|
| +
|
| void WebDataSourceImpl::redirectChain(WebVector<WebURL>& result) const
|
| {
|
| result.assign(m_redirectChain);
|
|
|