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