| 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 b164569a532c96a1ffbd1074435efd0a22f2f97b..bf13de5e3432e1df8074dba941276b97deb05d6c 100644
 | 
| --- a/sdk/lib/html/templates/html/impl/impl_Element.darttemplate
 | 
| +++ b/sdk/lib/html/templates/html/impl/impl_Element.darttemplate
 | 
| @@ -699,7 +699,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',
 | 
| 
 |