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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFieldSetElement.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/HTMLFieldSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
index 9c1a4970166212061d6009eae5919a977f833e3d..9b25e0d60a8fc0db040f5b375d1f94d48762d234 100644
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
@@ -35,7 +35,7 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
DEFINE_WRAPPERTYPEINFO();
public:
- static HTMLFieldSetElement* create(Document&, HTMLFormElement*);
+ static HTMLFieldSetElement* create(Document&);
HTMLLegendElement* legend() const;
HTMLCollection* elements();
@@ -43,7 +43,7 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
void disabledAttributeChanged() override;
private:
- HTMLFieldSetElement(Document&, HTMLFormElement*);
+ explicit HTMLFieldSetElement(Document&);
bool isEnumeratable() const override { return true; }
bool supportsFocus() const override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLButtonElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698