| Index: Source/web/WebDataSourceImpl.h
|
| diff --git a/Source/web/WebDataSourceImpl.h b/Source/web/WebDataSourceImpl.h
|
| index 2c4cd8075122077894e03f3bbb3a6c7d21ba6c4c..555d6db61907e4cf2dab6549c278a348ed567d5a 100644
|
| --- a/Source/web/WebDataSourceImpl.h
|
| +++ b/Source/web/WebDataSourceImpl.h
|
| @@ -61,6 +61,7 @@ public:
|
| virtual const WebURLResponse& response() const;
|
| virtual bool hasUnreachableURL() const;
|
| virtual WebURL unreachableURL() const;
|
| + virtual void appendRedirect(const WebURL&);
|
| virtual void redirectChain(WebVector<WebURL>&) const;
|
| virtual bool isClientRedirect() const;
|
| virtual bool replacesCurrentHistoryItem() const;
|
|
|