Chromium Code Reviews| Index: sky/framework/xmlhttprequest.sky |
| diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky |
| index 6f23fac9f454db8becd3e413e3f37b2ab86396d3..33f6704cc589f309c8e3a0acc012fa5a7e39a77b 100644 |
| --- a/sky/framework/xmlhttprequest.sky |
| +++ b/sky/framework/xmlhttprequest.sky |
| @@ -41,5 +41,5 @@ XMLHttpRequest.prototype.send = function() { |
| }); |
| }; |
| -this.exports = XMLHttpRequest; |
| +module.exports = XMLHttpRequest; |
| </script> |