| Index: pkg/analyzer/lib/src/generated/html.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/html.dart b/pkg/analyzer/lib/src/generated/html.dart
|
| index 2b26d5b28fbb7df3d2f8cfef0a3a2795a34e3dad..8438a541bf140cd50c68b638e0ed187569e2f7e1 100644
|
| --- a/pkg/analyzer/lib/src/generated/html.dart
|
| +++ b/pkg/analyzer/lib/src/generated/html.dart
|
| @@ -1860,7 +1860,20 @@ class HtmlParser extends XmlParser {
|
| /**
|
| * A set containing the names of tags that do not have a closing tag.
|
| */
|
| - static Set<String> SELF_CLOSING = new Set<String>();
|
| + static Set<String> SELF_CLOSING = new Set<String>.from(JavaArrays.asList(<String> [
|
| + "area",
|
| + "base",
|
| + "basefont",
|
| + "br",
|
| + "col",
|
| + "frame",
|
| + "hr",
|
| + "img",
|
| + "input",
|
| + "link",
|
| + "meta",
|
| + "param",
|
| + "!"]));
|
|
|
| /**
|
| * Given the contents of an embedded expression that occurs at the given offset, parse it as a
|
|
|