| Index: client/html/src/XMLHttpRequestWrappingImplementation.dart
 | 
| diff --git a/client/html/src/XMLHttpRequestWrappingImplementation.dart b/client/html/src/XMLHttpRequestWrappingImplementation.dart
 | 
| index f129149542def5786948189388e81bdecb3b3a38..a7d3d6322305711d8b924c294668f29fe8f3c9a4 100644
 | 
| --- a/client/html/src/XMLHttpRequestWrappingImplementation.dart
 | 
| +++ b/client/html/src/XMLHttpRequestWrappingImplementation.dart
 | 
| @@ -18,6 +18,7 @@ class XMLHttpRequestWrappingImplementation extends EventTargetWrappingImplementa
 | 
|    XMLHttpRequestWrappingImplementation._wrap(
 | 
|        dom.XMLHttpRequest ptr) : super._wrap(ptr);
 | 
|  
 | 
| +  /** @domName Window.createXMLHttpRequest */
 | 
|    factory XMLHttpRequestWrappingImplementation() {
 | 
|      return new XMLHttpRequestWrappingImplementation._wrap(
 | 
|          new dom.XMLHttpRequest());
 | 
| 
 |