| 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 127d12b75c152d8954bc577e112b1058b4ee0747..759083d3c9d414e379aab00d9de72509abc0e245 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -214,7 +214,7 @@ private:
|
| Fragment,
|
| HistoryApi
|
| };
|
| - void setHistoryItemStateForCommit(HistoryCommitType, HistoryNavigationType);
|
| + void setHistoryItemStateForCommit(FrameLoadType, HistoryCommitType, HistoryNavigationType);
|
|
|
| void loadInSameDocument(const KURL&, PassRefPtr<SerializedScriptValue> stateObject, FrameLoadType, HistoryLoadType, ClientRedirectPolicy, Document*);
|
|
|
|
|