| 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 834f1ddf48687d4441a1bd9277efdd00ba01f54b..2d02effc8df550c59e5d7814e2036e5c09794168 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
 | 
| @@ -158,6 +158,8 @@ public:
 | 
|  
 | 
|      void receivedMainResourceRedirect(const KURL& newURL);
 | 
|  
 | 
| +    void clearProvisionalHistoryItem();
 | 
| +
 | 
|      // 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.
 | 
| 
 |