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)); |