| 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;
|
|
|