| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index d6ddbe29f7f23276a12007a04b2c09b5a47cc40d..4620672cd0b9d94d8511e25abf5c687bb6dc3518 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -857,7 +857,7 @@ class _ElementFactoryProvider {
|
| 'track' : 'audio',
|
| };
|
|
|
| - /** @domName Document.createElement */
|
| + @DomName('Document.createElement')
|
| static Element createElement_html(String html) {
|
| // TODO(jacobr): this method can be made more robust and performant.
|
| // 1) Cache the dummy parent elements required to use innerHTML rather than
|
| @@ -893,7 +893,7 @@ class _ElementFactoryProvider {
|
| return element;
|
| }
|
|
|
| - /** @domName Document.createElement */
|
| + @DomName('Document.createElement')
|
| $if DART2JS
|
| // Optimization to improve performance until the dart2js compiler inlines this
|
| // method.
|
|
|