| Index: Source/core/html/HTMLHeadElement.h
|
| diff --git a/Source/core/html/HTMLHeadElement.h b/Source/core/html/HTMLHeadElement.h
|
| index 23301248c5aa6d62c3d3394a4bbc39a596d6c8a6..7abcac7df450f35e58d32da4ff0e8877db5aec43 100644
|
| --- a/Source/core/html/HTMLHeadElement.h
|
| +++ b/Source/core/html/HTMLHeadElement.h
|
| @@ -31,10 +31,9 @@ namespace WebCore {
|
| class HTMLHeadElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLHeadElement> create(Document&);
|
| - static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document&);
|
|
|
| private:
|
| - HTMLHeadElement(const QualifiedName&, Document&);
|
| + explicit HTMLHeadElement(Document&);
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(HTMLHeadElement, hasTagName(HTMLNames::headTag));
|
|
|