Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: lib/dom/templates/html/impl/impl_Element.darttemplate

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « lib/dom/templates/html/impl/impl_Document.darttemplate ('k') | lib/dom/templates/html/impl/impl_MutationObserver.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698