| 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 c272f55c8658ef392d1e094b9231b54caa8eb409..5ab6241ee4e47d93cb7c2ca1fae7ac7e4579d59b 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -40807,7 +40807,7 @@ class _ValidatingTreeSanitizer implements NodeTreeSanitizer {
|
| void sanitizeNode(Node node, Node parent) {
|
| switch (node.nodeType) {
|
| case Node.ELEMENT_NODE:
|
| - _sanitizeUntrustedElement(node, parent);
|
| + _sanitizeUntrustedElement(node, parent);
|
| break;
|
| case Node.COMMENT_NODE:
|
| case Node.DOCUMENT_FRAGMENT_NODE:
|
|
|