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

Unified Diff: lib/html/templates/interface.darttemplate

Issue 10915245: Removing interfaces from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating review feedback. Created 8 years, 3 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
« no previous file with comments | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/templates/interface.darttemplate
diff --git a/lib/html/templates/interface.darttemplate b/lib/html/templates/interface.darttemplate
index 39d944accbdce9567d0b925b848e4da6e8a525e9..01184b052fc961f2c8f48e54dd1cb07c1cf2718d 100644
--- a/lib/html/templates/interface.darttemplate
+++ b/lib/html/templates/interface.darttemplate
@@ -4,5 +4,5 @@
// WARNING: Do not edit - generated code.
-interface $ID$EXTENDS {
+abstract class $ID$EXTENDS {
$!MEMBERS}
« no previous file with comments | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698