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

Unified Diff: lib/dom/templates/dom/native/dart_implementation.darttemplate

Issue 10456006: Wrapperless dart:html for Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/dom/native/dart_implementation.darttemplate
diff --git a/lib/dom/templates/dom/native/dart_implementation.darttemplate b/lib/dom/templates/dom/native/dart_implementation.darttemplate
index 2b1cfaf51f53f4b2f59e782c72cef701c9ec0a51..885414fa4e9c02d40a38aa12d0718ccc0d47f85e 100644
--- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
+++ b/lib/dom/templates/dom/native/dart_implementation.darttemplate
@@ -4,8 +4,6 @@
// WARNING: Do not edit - generated code.
-class $CLASS extends $BASE implements $HTML_INTERFACE {
- $CLASS();
- String get typeName() => "$INTERFACE";
-$MEMBERS
+class $CLASSNAME$EXTENDS$IMPLEMENTS {
+$!MEMBERS
}

Powered by Google App Engine
This is Rietveld 408576698