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

Unified Diff: client/dom/templates/dom/frog/frog_impl.darttemplate

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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: client/dom/templates/dom/frog/frog_impl.darttemplate
diff --git a/client/dom/templates/dom/frog/frog_impl.darttemplate b/client/dom/templates/dom/frog/frog_impl.darttemplate
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f7a2d29ae4e08c0bc47c5a44e39fe1e494fdbba6 100644
--- a/client/dom/templates/dom/frog/frog_impl.darttemplate
+++ b/client/dom/templates/dom/frog/frog_impl.darttemplate
@@ -0,0 +1,3 @@
+
+class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
+$!MEMBERS}
« no previous file with comments | « client/dom/templates/dom/frog/frog_dom.darttemplate ('k') | client/dom/templates/dom/frog/impl_Console.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698