Index: Source/core/loader/FrameLoader.h |
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h |
index 77be34a7abdbf0ec55b9b00a1202f903fb83a973..9e92105ce81ed29c4498c57328fffc35ab5bc1f7 100644 |
--- a/Source/core/loader/FrameLoader.h |
+++ b/Source/core/loader/FrameLoader.h |
@@ -214,6 +214,8 @@ private: |
void loadWithNavigationAction(const NavigationAction&, FrameLoadType, PassRefPtrWillBeRawPtr<FormState>, |
const SubstituteData&, ContentSecurityPolicyCheck shouldCheckMainWorldContentSecurityPolicy, ClientRedirectPolicy = NotClientRedirect, const AtomicString& overrideEncoding = nullAtom); |
+ bool validateTransitionNavigationMode(); |
+ bool dispatchNavigationTransitionData(); |
void detachFromParent(); |
void detachChildren(); |
void detachClient(); |