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

Unified Diff: lib/dom/templates/html/impl/impl_Document.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_Document.darttemplate
===================================================================
--- lib/dom/templates/html/impl/impl_Document.darttemplate (revision 9862)
+++ lib/dom/templates/html/impl/impl_Document.darttemplate (working copy)
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
class $CLASSNAME extends _NodeImpl implements Document
-$if FROG
+$if DART2JS
native "*HTMLDocument"
$endif
{
« no previous file with comments | « lib/dom/templates/html/frog/impl_Window.darttemplate ('k') | lib/dom/templates/html/impl/impl_Element.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698