Index: sdk/lib/html/src/shared_SVGFactoryProviders.dart |
diff --git a/sdk/lib/html/src/shared_SVGFactoryProviders.dart b/sdk/lib/html/src/shared_SVGFactoryProviders.dart |
index 833f7e8c288806936946656b5e5f647ce3d57f73..5fa3b4593b5ae324c07935579306268f5a7b5807 100644 |
--- a/sdk/lib/html/src/shared_SVGFactoryProviders.dart |
+++ b/sdk/lib/html/src/shared_SVGFactoryProviders.dart |
@@ -4,7 +4,7 @@ |
part of svg; |
-final _START_TAG_REGEXP = new RegExp('<(\\w+)'); |
+final _START_TAG_REGEXP = const RegExp('<(\\w+)'); |
class _SVGElementFactoryProvider { |
static SVGElement createSVGElement_tag(String tag) { |