| Index: Source/core/svg/SVGImageElement.h
|
| diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h
|
| index c58bde73ab83bff7681ae8cd707e937d5a2b6acc..1270dc14204589204475ff1649010547d65eab37 100644
|
| --- a/Source/core/svg/SVGImageElement.h
|
| +++ b/Source/core/svg/SVGImageElement.h
|
| @@ -36,12 +36,12 @@ class SVGImageElement FINAL : public SVGGraphicsElement,
|
| public SVGExternalResourcesRequired,
|
| public SVGURIReference {
|
| public:
|
| - static PassRefPtr<SVGImageElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGImageElement> create(Document&);
|
|
|
| bool currentFrameHasSingleSecurityOrigin() const;
|
|
|
| private:
|
| - SVGImageElement(const QualifiedName&, Document&);
|
| + explicit SVGImageElement(Document&);
|
|
|
| virtual bool isValid() const { return SVGTests::isValid(); }
|
| virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
|
|