Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(906)

Unified Diff: Source/core/frame/History.h

Issue 1232223002: Rename LockBackForwardList to ReplaceCurrentItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698