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

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

Issue 10442057: Native wrappers should implement dart:html interfaces. (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 23e7d6f7b6206314f906707727bd9b6d648374f3..2b1cfaf51f53f4b2f59e782c72cef701c9ec0a51 100644
--- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
+++ b/lib/dom/templates/dom/native/dart_implementation.darttemplate
@@ -4,10 +4,7 @@
// WARNING: Do not edit - generated code.
-interface _$INTERFACE {
-}
-
-class $CLASS extends $BASE implements _$INTERFACE {
+class $CLASS extends $BASE implements $HTML_INTERFACE {
$CLASS();
String get typeName() => "$INTERFACE";
$MEMBERS
« lib/dom/scripts/systemnative.py ('K') | « lib/dom/src/native_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698