| Index: lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| index 56c17aadbcda89b56ade6963e0b531bd07d7e8e9..c568631cfa07c3a61999c0509689eb1ca7247d84 100644
|
| --- a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory XMLHttpRequest() => _wrap(new dom.XMLHttpRequest());
|
| + factory $INTERFACE() => _wrap(_$(DOM_INTERFACE)FactoryProviderImpl.create$DOM_INTERFACE());
|
|
|
| factory XMLHttpRequest.get(String url,
|
| onSuccess(XMLHttpRequest request)) =>
|
|
|