Index: sky/framework/xmlhttprequest.sky |
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky |
index 50d92bdfc88e557de5bc39e08acafe0749abe062..0b4379a674adb8ce21d5ed1d34112cd5280f5278 100644 |
--- a/sky/framework/xmlhttprequest.sky |
+++ b/sky/framework/xmlhttprequest.sky |
@@ -6,7 +6,7 @@ |
<script> |
function XMLHttpRequest() { |
this.networkService_ = shell.connectToService( |
- "mojo://network_service/", net.NetworkService); |
+ "mojo:network_service/", net.NetworkService); |
abarth-chromium
2014/11/05 18:15:01
Why the trailing / ?
qsr
2014/11/05 18:22:21
Done.
|
this.request_ = null; |
this.loader_ = null; |
this.responseText = null; |