| Index: Source/core/svg/SVGCircleElement.h
|
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h
|
| index 414fa87a36f5b773dac582fa436c21f889656a26..eb689f8d31de6aa8ac41236735bd40703833aaf0 100644
|
| --- a/Source/core/svg/SVGCircleElement.h
|
| +++ b/Source/core/svg/SVGCircleElement.h
|
| @@ -32,10 +32,10 @@ namespace WebCore {
|
| class SVGCircleElement FINAL : public SVGGeometryElement,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| - static PassRefPtr<SVGCircleElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGCircleElement> create(Document&);
|
|
|
| private:
|
| - SVGCircleElement(const QualifiedName&, Document&);
|
| + explicit SVGCircleElement(Document&);
|
|
|
| virtual bool isValid() const { return SVGTests::isValid(); }
|
| virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
|
|