| Index: Source/core/svg/SVGTitleElement.h
|
| diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h
|
| index e5ac03b216b2f7fedc43437608bbd911883eb8d4..21c3127f6dd4bf40932115bbd66b7eac65bca12c 100644
|
| --- a/Source/core/svg/SVGTitleElement.h
|
| +++ b/Source/core/svg/SVGTitleElement.h
|
| @@ -27,10 +27,10 @@ namespace WebCore {
|
|
|
| class SVGTitleElement FINAL : public SVGElement {
|
| public:
|
| - static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGTitleElement> create(Document&);
|
|
|
| private:
|
| - SVGTitleElement(const QualifiedName&, Document&);
|
| + explicit SVGTitleElement(Document&);
|
|
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|