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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

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/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index c96d36849263391d78c11ea2fb060a63b5cc797c..efac38ef76c478aaabaa8f20db170216ba2b7f9c 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -50,7 +50,6 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
public:
static HTMLInputElement* create(Document&,
- HTMLFormElement*,
bool createdByParser);
~HTMLInputElement() override;
DECLARE_VIRTUAL_TRACE();
@@ -288,7 +287,7 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
unsigned sizeOfRadioGroup() const;
protected:
- HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
+ HTMLInputElement(Document&, bool createdByParser);
void defaultEventHandler(Event*) override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp ('k') | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698