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

Unified Diff: WebKit/chromium/src/WebFormElement.cpp

Issue 3464001: Merge 67240 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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 | « WebCore/html/HTMLFormElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/src/WebFormElement.cpp
===================================================================
--- WebKit/chromium/src/WebFormElement.cpp (revision 67715)
+++ WebKit/chromium/src/WebFormElement.cpp (working copy)
@@ -68,7 +68,7 @@
bool WebFormElement::wasUserSubmitted() const
{
- return constUnwrap<HTMLFormElement>()->submissionTrigger() == NotSubmittedByJavaScript;
+ return constUnwrap<HTMLFormElement>()->wasUserSubmitted();
}
void WebFormElement::submit()
« no previous file with comments | « WebCore/html/HTMLFormElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698