| Index: Source/core/html/HTMLLegendElement.h
|
| diff --git a/Source/core/html/HTMLLegendElement.h b/Source/core/html/HTMLLegendElement.h
|
| index dded0f76a61b0757a5cbae7e0d3acb19c384bc45..4a8c2fa6caa3943aaf9d3629f1bbb42e6970de63 100644
|
| --- a/Source/core/html/HTMLLegendElement.h
|
| +++ b/Source/core/html/HTMLLegendElement.h
|
| @@ -32,10 +32,10 @@ class HTMLFormControlElement;
|
|
|
| class HTMLLegendElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLLegendElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLLegendElement> create(Document&);
|
|
|
| private:
|
| - HTMLLegendElement(const QualifiedName&, Document&);
|
| + explicit HTMLLegendElement(Document&);
|
|
|
| // Control in the legend's fieldset that gets focus and access key.
|
| HTMLFormControlElement* associatedControl();
|
|
|