| Index: tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
 | 
| diff --git a/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate b/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
 | 
| index ea113b631bf445cf819f95665f9101ec2480dc0b..ab555904c619085f346785229c32df00c44ff68f 100644
 | 
| --- a/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
 | 
| +++ b/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
 | 
| @@ -29,7 +29,7 @@ part of html;
 | 
|   * * [JS XMLHttpRequest](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest)
 | 
|   * * [Using XMLHttpRequest](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest)
 | 
|   */
 | 
| -/// @domName XMLHttpRequest
 | 
| +@DomName('XMLHttpRequest')
 | 
|  class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
 | 
|    /**
 | 
|     * Creates a URL get request for the specified `url`.
 | 
| 
 |