| Index: Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
|
| index aaa56197635964f6cc242fd1120aa188c53fe1d5..af8d0aded28e770e4d01c0aa5655926826905c1b 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -87,7 +87,7 @@ protected:
|
| HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
|
| void setSandboxFlags(SandboxFlags);
|
|
|
| - bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList);
|
| + bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool replaceCurrentItem);
|
|
|
| private:
|
| bool isKeyboardFocusable() const override;
|
|
|