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

Unified Diff: client/dom/templates/html/interface/interface_Point.darttemplate

Issue 9403004: Wrapperless dart:html generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final version to check in. changes generator script but doesn't check in an active version of the … Created 8 years, 10 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/html/interface/interface_Point.darttemplate
diff --git a/client/dom/templates/dom/interface/interface_Point.darttemplate b/client/dom/templates/html/interface/interface_Point.darttemplate
similarity index 77%
copy from client/dom/templates/dom/interface/interface_Point.darttemplate
copy to client/dom/templates/html/interface/interface_Point.darttemplate
index 2d39f236c3501ba70172ee6a8560c2cd855507bf..757337edb17121558c1ab2b123f2bf9dfe6d4a74 100644
--- a/client/dom/templates/dom/interface/interface_Point.darttemplate
+++ b/client/dom/templates/html/interface/interface_Point.darttemplate
@@ -4,7 +4,7 @@
// WARNING: Do not edit - generated code.
-interface Point$!EXTENDS default _PointFactoryProvider {
+interface $ID$EXTENDS default _$(ID)FactoryProvider {
- Point(num x, num y);
+ $ID(num x, num y);
$!MEMBERS}

Powered by Google App Engine
This is Rietveld 408576698