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

Unified Diff: Source/core/html/HTMLFrameElementBase.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/html/HTMLFrameElementBase.h
diff --git a/Source/core/html/HTMLFrameElementBase.h b/Source/core/html/HTMLFrameElementBase.h
index 9143fd4a751889a137b605d92cf7d5fffb6d3d30..cac0f27c2cc58ae0125b5c3ed18f129fad98c2c1 100644
--- a/Source/core/html/HTMLFrameElementBase.h
+++ b/Source/core/html/HTMLFrameElementBase.h
@@ -64,7 +64,7 @@ private:
void setLocation(const String&);
void setNameAndOpenURL();
- void openURL(bool lockBackForwardList = true);
+ void openURL(bool replaceCurrentItem = true);
AtomicString m_URL;
AtomicString m_frameName;

Powered by Google App Engine
This is Rietveld 408576698