| Index: Source/core/svg/SVGFilterElement.h
|
| diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h
|
| index f929a3e0b2e9fec3d87a703ef4dde1f16b5c56cb..791939a0f5b3cd260f2ebd193dc7d8b833ebe932 100644
|
| --- a/Source/core/svg/SVGFilterElement.h
|
| +++ b/Source/core/svg/SVGFilterElement.h
|
| @@ -39,14 +39,14 @@ class SVGFilterElement FINAL : public SVGElement,
|
| public SVGURIReference,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| - static PassRefPtr<SVGFilterElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFilterElement> create(Document&);
|
|
|
| void setFilterRes(unsigned filterResX, unsigned filterResY);
|
| void addClient(Node*);
|
| void removeClient(Node*);
|
|
|
| private:
|
| - SVGFilterElement(const QualifiedName&, Document&);
|
| + explicit SVGFilterElement(Document&);
|
|
|
| virtual bool needsPendingResourceHandling() const { return false; }
|
|
|
|
|