Index: sdk/lib/html/templates/html/impl/impl_Element.darttemplate |
diff --git a/sdk/lib/html/templates/html/impl/impl_Element.darttemplate b/sdk/lib/html/templates/html/impl/impl_Element.darttemplate |
index a223a5dda4e2270169be859e13df60c0197cd096..158d0d02dc3d2c3943be31627429a4edbab2b546 100644 |
--- a/sdk/lib/html/templates/html/impl/impl_Element.darttemplate |
+++ b/sdk/lib/html/templates/html/impl/impl_Element.darttemplate |
@@ -833,7 +833,7 @@ $!MEMBERS |
// Temporary dispatch hook to support WebComponents. |
Function dynamicUnknownElementDispatcher; |
-final _START_TAG_REGEXP = const RegExp('<(\\w+)'); |
+final _START_TAG_REGEXP = new RegExp('<(\\w+)'); |
class _ElementFactoryProvider { |
static final _CUSTOM_PARENT_TAG_MAP = const { |
'body' : 'html', |