| Index: Source/core/svg/SVGFEFuncAElement.h
|
| diff --git a/Source/core/svg/SVGFEFuncAElement.h b/Source/core/svg/SVGFEFuncAElement.h
|
| index fcd7aeec19fbde35fafbdf3e3ddd91df50353aa2..01a473aad7abb854e7a65bece43859c7115097cd 100644
|
| --- a/Source/core/svg/SVGFEFuncAElement.h
|
| +++ b/Source/core/svg/SVGFEFuncAElement.h
|
| @@ -28,10 +28,10 @@ namespace WebCore {
|
|
|
| class SVGFEFuncAElement FINAL : public SVGComponentTransferFunctionElement {
|
| public:
|
| - static PassRefPtr<SVGFEFuncAElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFEFuncAElement> create(Document&);
|
|
|
| private:
|
| - SVGFEFuncAElement(const QualifiedName&, Document&);
|
| + explicit SVGFEFuncAElement(Document&);
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(SVGFEFuncAElement, hasTagName(SVGNames::feFuncATag));
|
|
|