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

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

Issue 11235059: Switch to new library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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_WheelEvent.darttemplate ('k') | tools/copy_dart.py » ('j') | 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 01184b052fc961f2c8f48e54dd1cb07c1cf2718d..671dbb5d1f2e12fdf0fd079f469e88ebb4b4a49e 100644
--- a/lib/html/templates/interface.darttemplate
+++ b/lib/html/templates/interface.darttemplate
@@ -4,5 +4,7 @@
// WARNING: Do not edit - generated code.
+part of html;
+
abstract class $ID$EXTENDS {
$!MEMBERS}
« no previous file with comments | « lib/html/templates/html/interface/interface_WheelEvent.darttemplate ('k') | tools/copy_dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698