Index: sdk/lib/html/templates/html/dart2js/factoryprovider_HttpRequest.darttemplate |
diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_HttpRequest.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_HttpRequest.darttemplate |
index aae0b2129ae8f81fd0a992656d7de38946136c76..c1acc88bd3c6a956c064bad72bf7203fb9494249 100644 |
--- a/sdk/lib/html/templates/html/dart2js/factoryprovider_HttpRequest.darttemplate |
+++ b/sdk/lib/html/templates/html/dart2js/factoryprovider_HttpRequest.darttemplate |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of html; |
+ |
class $FACTORYPROVIDER { |
static HttpRequest createHttpRequest() => |
JS('HttpRequest', 'new XMLHttpRequest()'); |