Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm

Issue 9963061: Merge 112184 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/page/History.cpp ('k') | Source/WebKit/win/WebFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
===================================================================
--- Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (revision 112895)
+++ Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (working copy)
@@ -766,7 +766,7 @@
for (size_t i = 0; i < size; ++i)
[dictionary setObject:textFieldValues[i].second forKey:textFieldValues[i].first];
- CallFormDelegate(getWebView(m_webFrame.get()), @selector(frame:sourceFrame:willSubmitForm:withValues:submissionListener:), m_webFrame.get(), kit(formState->sourceFrame()), kit(formState->form()), dictionary, setUpPolicyListener(function).get());
+ CallFormDelegate(getWebView(m_webFrame.get()), @selector(frame:sourceFrame:willSubmitForm:withValues:submissionListener:), m_webFrame.get(), kit(formState->sourceDocument()->frame()), kit(formState->form()), dictionary, setUpPolicyListener(function).get());
[dictionary release];
}
« no previous file with comments | « Source/WebCore/page/History.cpp ('k') | Source/WebKit/win/WebFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698