Index: sdk/lib/svg/dart2js/svg_dart2js.dart |
diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart |
index 9423c1fabb1c90c6912f5c72e294be83b5530b28..117dd03a1b7dd9e3d992cf42a8f42c948dc354fb 100644 |
--- a/sdk/lib/svg/dart2js/svg_dart2js.dart |
+++ b/sdk/lib/svg/dart2js/svg_dart2js.dart |
@@ -13,7 +13,7 @@ import 'dart:html'; |
// 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) { |