| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index 397a47833f9a0a1349d964f791fcc216bae26f9e..7896db69c00538ea91d3bd7a622b5f9b5becce7a 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -108,8 +108,6 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
|
|
| virtual SecurityContext* GetSecurityContext() const = 0;
|
|
|
| - Frame* FindFrameForNavigation(const AtomicString& name,
|
| - LocalFrame& active_frame);
|
| Frame* FindUnsafeParentScrollPropagationBoundary();
|
|
|
| // This prepares the Frame for the next commit. It will detach children,
|
|
|