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

Unified Diff: WebCore/html/HTMLFormElement.h

Issue 3215013: Revert 53685 - Merge 63786 - 2010-07-16 James Hawkins <jhawkins@chromium.or... (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 58048)
+++ WebCore/html/HTMLFormElement.h (working copy)
@@ -98,8 +98,6 @@
virtual String target() const;
- FormSubmissionTrigger submissionTrigger() const;
-
HTMLFormControlElement* defaultButton() const;
bool checkValidity();
@@ -155,8 +153,6 @@
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