| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index d29aea93f4fc45ca49f5bbc9166070b8e65e7dbd..43482c6aa001bda2a29d5d8462a4ebf7b9ec77b2 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -128,6 +128,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void DetachChildren();
|
| void DocumentAttached();
|
|
|
| + Frame* FindFrameForNavigation(const AtomicString& name,
|
| + LocalFrame& active_frame);
|
| +
|
| // Note: these two functions are not virtual but intentionally shadow the
|
| // corresponding method in the Frame base class to return the
|
| // LocalFrame-specific subclass.
|
|
|