Index: Source/core/svg/SVGGElement.h |
diff --git a/Source/core/svg/SVGGElement.h b/Source/core/svg/SVGGElement.h |
index ee1e91a9753dd919ca8d918be0c5b09a1be4ce0a..255e514de40ee67168a3b254a20cac9334f03ccc 100644 |
--- a/Source/core/svg/SVGGElement.h |
+++ b/Source/core/svg/SVGGElement.h |
@@ -30,10 +30,10 @@ namespace WebCore { |
class SVGGElement FINAL : public SVGGraphicsElement, |
public SVGExternalResourcesRequired { |
public: |
- static PassRefPtr<SVGGElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGGElement> create(Document&); |
protected: |
- SVGGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement); |
+ explicit SVGGElement(Document&, ConstructionType = CreateSVGElement); |
virtual RenderObject* createRenderer(RenderStyle*); |