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 e58b55b202c074372fa315955b4b6d4902a19d8c..cfb57b4386cbe840682db7d676e3558b7bf28e90 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -530,7 +530,7 @@ final htmlBlinkMap = { |
'XPathNSResolver': () => XPathNSResolver, |
'XPathResult': () => XPathResult, |
'XSLTProcessor': () => XsltProcessor, |
- |
+ |
}; |
// TODO(leafp): We may want to move this elsewhere if html becomes |