| Index: Source/core/html/HTMLParamElement.h
|
| diff --git a/Source/core/html/HTMLParamElement.h b/Source/core/html/HTMLParamElement.h
|
| index a5d07e2b686d7cdac0645d90618d2002996aa4e4..ece35442ff9228b84f43e64cb72780e69f946588 100644
|
| --- a/Source/core/html/HTMLParamElement.h
|
| +++ b/Source/core/html/HTMLParamElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class HTMLParamElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLParamElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLParamElement> create(Document&);
|
|
|
| String name() const;
|
| String value() const;
|
| @@ -37,7 +37,7 @@ public:
|
| static bool isURLParameter(const String&);
|
|
|
| private:
|
| - HTMLParamElement(const QualifiedName&, Document&);
|
| + explicit HTMLParamElement(Document&);
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
|
|
|
|