| Index: Source/core/frame/History.h
|
| diff --git a/Source/core/frame/History.h b/Source/core/frame/History.h
|
| index 564f53c40ae9c36887495cbd2e7be480a9ed297d..96cb261520985637c8b45128105cac81efd1aca7 100644
|
| --- a/Source/core/frame/History.h
|
| +++ b/Source/core/frame/History.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| void replaceState(PassRefPtr<SerializedScriptValue> data, const String& title, const String& url, const StateOptions& options, ExceptionState& exceptionState)
|
| {
|
| - stateObjectAdded(data, title, url, options, FrameLoadTypeRedirectWithLockedBackForwardList, exceptionState);
|
| + stateObjectAdded(data, title, url, options, FrameLoadTypeReplaceCurrentItem, exceptionState);
|
| }
|
|
|
| bool stateChanged() const;
|
|
|