| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 66044496b7c440e950f7c1fdc5d0938f12d86dd6..551c0b1f967e96755982e3ef394d371580e66750 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -95,6 +95,7 @@ public:
|
| Frame* findFrameForNavigation(const AtomicString& name, Frame& activeFrame);
|
| Frame* findUnsafeParentScrollPropagationBoundary();
|
|
|
| + void prepareSwapFrom(Frame*);
|
| void finishSwapFrom(Frame*);
|
|
|
| bool canNavigate(const Frame&);
|
|
|