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

Unified Diff: WebCore/html/HTMLFormElement.h

Issue 3279009: Revert 58049 - Revert 53685 - Merge 63786 - 2010-07-16 James Hawkins <jhawk... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/472/
Patch Set: Created 10 years, 4 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 | « no previous file | WebCore/html/HTMLFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/html/HTMLFormElement.h
===================================================================
--- WebCore/html/HTMLFormElement.h (revision 58051)
+++ WebCore/html/HTMLFormElement.h (working copy)
@@ -98,6 +98,8 @@
virtual String target() const;
+ FormSubmissionTrigger submissionTrigger() const;
+
HTMLFormControlElement* defaultButton() const;
bool checkValidity();
@@ -153,6 +155,8 @@
Vector<HTMLFormControlElement*> m_associatedElements;
Vector<HTMLImageElement*> m_imageElements;
+ FormSubmissionTrigger m_submissionTrigger;
+
bool m_autocomplete : 1;
bool m_insubmit : 1;
bool m_doingsubmit : 1;
« no previous file with comments | « no previous file | WebCore/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698