| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 1f9eed4a360a1ba6b1aeef1aec81f3c2b43c6745..975a9ffbff04d02cfbbdb9d160c952d388494e40 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -92,6 +92,7 @@ protected:
|
| void setSandboxFlags(SandboxFlags);
|
|
|
| bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool replaceCurrentItem);
|
| + bool isKeyboardFocusable() const override;
|
|
|
| private:
|
| // Intentionally private to prevent redundant checks when the type is
|
| @@ -99,7 +100,6 @@ private:
|
| bool isLocal() const override { return true; }
|
| bool isRemote() const override { return false; }
|
|
|
| - bool isKeyboardFocusable() const override;
|
| bool isFrameOwnerElement() const final { return true; }
|
|
|
| virtual ReferrerPolicy referrerPolicyAttribute() { return ReferrerPolicyDefault; }
|
|
|