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

Unified Diff: client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate

Issue 9464002: Implement automatically generated constructors for frog and dartium dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address code review comments Created 8 years, 9 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 | « client/dom/templates/html/frog/html_frog.darttemplate ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
diff --git a/client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate b/client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
index 7cd2f949ec49cbd7a801132f620d5b8e17d8337c..9da33c3e65186c1053e1901da0b433822fa23c5c 100644
--- a/client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
+++ b/client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
@@ -4,10 +4,7 @@
// WARNING: Do not edit - generated code.
-interface $ID$EXTENDS default _$(ID)FactoryProvider {
-
- $ID();
-
+interface $ID$EXTENDS {
// TODO(rnystrom): This name should just be "get" which is valid in Dart, but
// not correctly implemented yet. (b/4970173)
$ID.getTEMPNAME(String url, onSuccess($ID request));
« no previous file with comments | « client/dom/templates/html/frog/html_frog.darttemplate ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698