| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index d137ce523251890025d573303a5b296e99ae9a28..3ac68f7f61809bb0b94ad6d3e67ae3fd2e07d061 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -157,6 +157,8 @@ public:
|
|
|
| void receivedMainResourceRedirect(const KURL& newURL);
|
|
|
| + void discardProvisionalHistoryItem();
|
| +
|
| // 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.
|
|
|