| Index: sdk/lib/html/dartium/html_dartium.dart | 
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart | 
| index cc5be5b3540c108967d3fb5c2c5e360b05bcca81..8ac51db7efaa345264307582d2494ce1e7b75fd1 100644 | 
| --- a/sdk/lib/html/dartium/html_dartium.dart | 
| +++ b/sdk/lib/html/dartium/html_dartium.dart | 
| @@ -529,6 +529,7 @@ final htmlBlinkMap = { | 
| 'XPathNSResolver': () => XPathNSResolver, | 
| 'XPathResult': () => XPathResult, | 
| 'XSLTProcessor': () => XsltProcessor, | 
| + | 
| }; | 
|  | 
| // TODO(leafp): We may want to move this elsewhere if html becomes | 
|  |