| Index: Source/core/svg/SVGFEImageElement.h
|
| diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
|
| index 78864b5fad3edf0d47aebfc813cf7d29c4a92e80..8869b1e24a20a39866f9cd626292b4f9be2c27c8 100644
|
| --- a/Source/core/svg/SVGFEImageElement.h
|
| +++ b/Source/core/svg/SVGFEImageElement.h
|
| @@ -39,14 +39,14 @@ class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes,
|
| public SVGExternalResourcesRequired,
|
| public ImageResourceClient {
|
| public:
|
| - static PassRefPtr<SVGFEImageElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFEImageElement> create(Document&);
|
|
|
| bool currentFrameHasSingleSecurityOrigin() const;
|
|
|
| virtual ~SVGFEImageElement();
|
|
|
| private:
|
| - SVGFEImageElement(const QualifiedName&, Document&);
|
| + explicit SVGFEImageElement(Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|