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

Unified Diff: lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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/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)) =>

Powered by Google App Engine
This is Rietveld 408576698