| Index: Source/core/loader/FrameLoader.h
|
| diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
|
| index 466da273145243e53f591167b0546ea80c96e438..81e75d546b53f8a18357f7a2a9ef9c4abed00b04 100644
|
| --- a/Source/core/loader/FrameLoader.h
|
| +++ b/Source/core/loader/FrameLoader.h
|
| @@ -156,6 +156,8 @@ public:
|
| void finishedParsing();
|
| void checkCompleted();
|
|
|
| + void receivedMainResourceRedirect(const KURL& newURL);
|
| +
|
| // This prepares the FrameLoader for the next commit. It will dispatch
|
| // unload events, abort XHR requests and detach the document. Returns true
|
| // if the frame is ready to receive the next commit, or false otherwise.
|
|
|