Index: Source/core/html/HTMLOutputElement.h |
diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h |
index 75ac5532dfc75568eb4473a71d441027babf1be2..bf1e469e71527f2e6f87a3c61e7b7511937baf00 100644 |
--- a/Source/core/html/HTMLOutputElement.h |
+++ b/Source/core/html/HTMLOutputElement.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class HTMLOutputElement FINAL : public HTMLFormControlElement { |
public: |
- static PassRefPtr<HTMLOutputElement> create(const QualifiedName&, Document&, HTMLFormElement*); |
+ static PassRefPtr<HTMLOutputElement> create(Document&, HTMLFormElement*); |
virtual bool willValidate() const { return false; } |
@@ -52,7 +52,7 @@ public: |
virtual bool canContainRangeEndPoint() const { return false; } |
private: |
- HTMLOutputElement(const QualifiedName&, Document&, HTMLFormElement*); |
+ HTMLOutputElement(Document&, HTMLFormElement*); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual const AtomicString& formControlType() const; |