| Index: Source/core/svg/SVGFEColorMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h
|
| index acd3616f41543be20ed2348e83dabe85ff4e4418..72528fe33018e38403def18fd538c156bd886361 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.h
|
| @@ -67,10 +67,10 @@ struct SVGPropertyTraits<ColorMatrixType> {
|
|
|
| class SVGFEColorMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - static PassRefPtr<SVGFEColorMatrixElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFEColorMatrixElement> create(Document&);
|
|
|
| private:
|
| - SVGFEColorMatrixElement(const QualifiedName&, Document&);
|
| + explicit SVGFEColorMatrixElement(Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|