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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.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/HTMLFormControlElementWithState.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp
index fc14c4712b632476773fca0752e26d165e23b1ac..d26221eb4958d126aee1955c32835cb24195bc63 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp
@@ -35,9 +35,8 @@ namespace blink {
HTMLFormControlElementWithState::HTMLFormControlElementWithState(
const QualifiedName& tagName,
- Document& doc,
- HTMLFormElement* f)
- : HTMLFormControlElement(tagName, doc, f) {}
+ Document& doc)
+ : HTMLFormControlElement(tagName, doc) {}
HTMLFormControlElementWithState::~HTMLFormControlElementWithState() {}

Powered by Google App Engine
This is Rietveld 408576698