| Index: Source/core/html/shadow/HTMLContentElement.h
|
| diff --git a/Source/core/html/shadow/HTMLContentElement.h b/Source/core/html/shadow/HTMLContentElement.h
|
| index 064f08a49f1681fb66cfd4d56e3a1795da6396a5..b8f0f4fdd58f57eed4bfc90e73b6d2a1389bde8c 100644
|
| --- a/Source/core/html/shadow/HTMLContentElement.h
|
| +++ b/Source/core/html/shadow/HTMLContentElement.h
|
| @@ -38,7 +38,6 @@ namespace WebCore {
|
|
|
| class HTMLContentElement FINAL : public InsertionPoint {
|
| public:
|
| - static PassRefPtr<HTMLContentElement> create(const QualifiedName&, Document&);
|
| static PassRefPtr<HTMLContentElement> create(Document&);
|
|
|
| virtual ~HTMLContentElement();
|
| @@ -51,7 +50,7 @@ public:
|
| bool isSelectValid() const;
|
|
|
| private:
|
| - HTMLContentElement(const QualifiedName&, Document&);
|
| + explicit HTMLContentElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
|
|