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

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

Issue 10068019: Fix ApiDoc to work with new dart:html code. Tweak dart:html generator to generate clearer @domName … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review fixes Created 8 years, 8 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/html/interface/interface.darttemplate
diff --git a/lib/dom/templates/html/interface/interface_WebSocket.darttemplate b/lib/dom/templates/html/interface/interface.darttemplate
similarity index 78%
copy from lib/dom/templates/html/interface/interface_WebSocket.darttemplate
copy to lib/dom/templates/html/interface/interface.darttemplate
index eab5ac059d69c5178d20d2923f42f1b3506a4e5a..83c5e379c5a3e1a7388aaf22c7dfde023b32f681 100644
--- a/lib/dom/templates/html/interface/interface_WebSocket.darttemplate
+++ b/lib/dom/templates/html/interface/interface.darttemplate
@@ -4,7 +4,6 @@
// WARNING: Do not edit - generated code.
-interface $ID$EXTENDS default _$(ID)FactoryProvider {
-
- $ID(String url);
+$!COMMENT
+interface $ID$EXTENDS {
$!MEMBERS}
« no previous file with comments | « lib/dom/scripts/systemhtml.py ('k') | lib/dom/templates/html/interface/interface_CSSStyleDeclaration.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698