Index: sdk/lib/html/templates/html/impl/impl_SvgSvgElement.darttemplate |
diff --git a/sdk/lib/html/templates/html/impl/impl_SVGSVGElement.darttemplate b/sdk/lib/html/templates/html/impl/impl_SvgSvgElement.darttemplate |
similarity index 78% |
rename from sdk/lib/html/templates/html/impl/impl_SVGSVGElement.darttemplate |
rename to sdk/lib/html/templates/html/impl/impl_SvgSvgElement.darttemplate |
index c1a8204ee6ab885afd10eae291e6d92adb8f7f16..2e00aea8491c60b898190250198e16329047833c 100644 |
--- a/sdk/lib/html/templates/html/impl/impl_SVGSVGElement.darttemplate |
+++ b/sdk/lib/html/templates/html/impl/impl_SvgSvgElement.darttemplate |
@@ -5,7 +5,7 @@ |
part of svg; |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
- factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createSVGSVGElement(); |
+ factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createSvgSvgElement(); |
$!MEMBERS |
} |