Index: sky/framework/xmlhttprequest.sky |
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky |
index 50d92bdfc88e557de5bc39e08acafe0749abe062..3e79a4311f48af95f463a610a4aa9f58457eb45a 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); |
this.request_ = null; |
this.loader_ = null; |
this.responseText = null; |