Index: Source/core/html/HTMLFieldSetElement.h |
diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h |
index 8b41cdc0635e5abf6f4394e8dbbcc8363a84a4ab..1692bed16590be47ac35010fd0b38d7ccf961ea3 100644 |
--- a/Source/core/html/HTMLFieldSetElement.h |
+++ b/Source/core/html/HTMLFieldSetElement.h |
@@ -33,7 +33,7 @@ class HTMLCollection; |
class HTMLFieldSetElement FINAL : public HTMLFormControlElement { |
public: |
- static PassRefPtr<HTMLFieldSetElement> create(const QualifiedName&, Document&, HTMLFormElement*); |
+ static PassRefPtr<HTMLFieldSetElement> create(Document&, HTMLFormElement*); |
HTMLLegendElement* legend() const; |
PassRefPtr<HTMLCollection> elements(); |
@@ -45,7 +45,7 @@ protected: |
virtual void disabledAttributeChanged() OVERRIDE; |
private: |
- HTMLFieldSetElement(const QualifiedName&, Document&, HTMLFormElement*); |
+ HTMLFieldSetElement(Document&, HTMLFormElement*); |
virtual bool isEnumeratable() const { return true; } |
virtual bool supportsFocus() const; |