Index: Source/core/loader/FrameLoader.cpp |
diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp |
index d602d080c9d6b349b6d109012f9dc51bd37a2421..37c2dcdbc94e16cf9cdfae29f064ea77ffbba712 100644 |
--- a/Source/core/loader/FrameLoader.cpp |
+++ b/Source/core/loader/FrameLoader.cpp |
@@ -1219,7 +1219,7 @@ bool FrameLoader::shouldClose() |
return shouldClose; |
} |
-void FrameLoader::loadWithNavigationAction(const NavigationAction& action, FrameLoadType type, PassRefPtr<FormState> formState, const SubstituteData& substituteData, ClientRedirectPolicy clientRedirect, const AtomicString& overrideEncoding) |
+void FrameLoader::loadWithNavigationAction(const NavigationAction& action, FrameLoadType type, PassRefPtrWillBeRawPtr<FormState> formState, const SubstituteData& substituteData, ClientRedirectPolicy clientRedirect, const AtomicString& overrideEncoding) |
{ |
ASSERT(m_client->hasWebView()); |
if (m_frame->document()->pageDismissalEventBeingDispatched() != Document::NoDismissal) |