Index: sdk/lib/svg/dartium/svg_dartium.dart |
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart |
index e1f321d1888e0c103d5254a45d7c61d1d053ac05..a47626e7773ec96ce15d8c8d709d68318ed9e7a7 100644 |
--- a/sdk/lib/svg/dartium/svg_dartium.dart |
+++ b/sdk/lib/svg/dartium/svg_dartium.dart |
@@ -14,7 +14,7 @@ import 'dart:nativewrappers'; |
// BSD-style license that can be found in the LICENSE file. |
-final _START_TAG_REGEXP = new RegExp('<(\\w+)'); |
+final _START_TAG_REGEXP = const RegExp('<(\\w+)'); |
class _SVGElementFactoryProvider { |
static SVGElement createSVGElement_tag(String tag) { |