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

Unified Diff: third_party/WebKit/Source/core/html/HTMLButtonElement.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/HTMLButtonElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.h b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
index f1d9b3ca476b6cecad13d2518ae6c885074541ea..299a18dc1f695423a313a151f5322d2d26151e09 100644
--- a/third_party/WebKit/Source/core/html/HTMLButtonElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
@@ -32,7 +32,7 @@ class HTMLButtonElement final : public HTMLFormControlElement {
DEFINE_WRAPPERTYPEINFO();
public:
- static HTMLButtonElement* create(Document&, HTMLFormElement*);
+ static HTMLButtonElement* create(Document&);
void setType(const AtomicString&);
@@ -41,7 +41,7 @@ class HTMLButtonElement final : public HTMLFormControlElement {
bool willRespondToMouseClickEvents() override;
private:
- HTMLButtonElement(Document&, HTMLFormElement*);
+ explicit HTMLButtonElement(Document&);
enum Type { SUBMIT, RESET, BUTTON };
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingUtilities.cpp ('k') | third_party/WebKit/Source/core/html/HTMLButtonElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698