| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 645105ce984b022888e3463a1814186f8fa5eaa0..8e587c593a3d47ee74572fb477c064f8f936c0a1 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -88,6 +88,12 @@ public:
|
|
|
| virtual SecurityContext* securityContext() const = 0;
|
|
|
| + Frame* findFrameForNavigation(const AtomicString& name, Frame& activeFrame);
|
| + Frame* findUnsafeParentScrollPropagationBoundary();
|
| +
|
| + bool canNavigate(const Frame&);
|
| + virtual void printNavigationErrorMessage(const Frame&, const char* reason) = 0;
|
| +
|
| RenderPart* ownerRenderer() const; // Renderer for the element that contains this frame.
|
|
|
| // FIXME: These should move to RemoteFrame when that is instantiated.
|
|
|