| Index: lib/dom/templates/html/impl/impl_Element.darttemplate
|
| ===================================================================
|
| --- lib/dom/templates/html/impl/impl_Element.darttemplate (revision 9862)
|
| +++ lib/dom/templates/html/impl/impl_Element.darttemplate (working copy)
|
| @@ -775,8 +775,8 @@
|
| }
|
|
|
| /** @domName Document.createElement */
|
| -$if FROG
|
| - // Optimization to improve performance until the frog compiler inlines this
|
| +$if DART2JS
|
| + // Optimization to improve performance until the dart2js compiler inlines this
|
| // method.
|
| factory Element.tag(String tag) native "return document.createElement(tag)";
|
| $else
|
|
|