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

Unified Diff: third_party/WebKit/Source/core/html/TextControlElement.cpp

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 years 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
Index: third_party/WebKit/Source/core/html/TextControlElement.cpp
diff --git a/third_party/WebKit/Source/core/html/TextControlElement.cpp b/third_party/WebKit/Source/core/html/TextControlElement.cpp
index 45ad336016f88854fadcafba42d86fab1b5a543f..91f0510e7cdb1d1dfefa819542462e22bd69961a 100644
--- a/third_party/WebKit/Source/core/html/TextControlElement.cpp
+++ b/third_party/WebKit/Source/core/html/TextControlElement.cpp
@@ -59,9 +59,8 @@ namespace blink {
using namespace HTMLNames;
TextControlElement::TextControlElement(const QualifiedName& tagName,
- Document& doc,
- HTMLFormElement* form)
- : HTMLFormControlElementWithState(tagName, doc, form),
+ Document& doc)
+ : HTMLFormControlElementWithState(tagName, doc),
m_lastChangeWasUserEdit(false),
m_cachedSelectionStart(0),
m_cachedSelectionEnd(0) {
« no previous file with comments | « third_party/WebKit/Source/core/html/TextControlElement.h ('k') | third_party/WebKit/Source/core/html/forms/FileInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698