| 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 7a2942313edf6477ffb0228a32be99aa8c74386c..0107961ac0148afc8d07ff0fce61a37307107aef 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -128,6 +128,8 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void DetachChildren();
|
| void DocumentAttached();
|
|
|
| + Frame* FindFrameForNavigation(const AtomicString& name, Frame& 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.
|
|
|