| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 2063e0bcdf505a650d62affe79caffc733c7d090..34cbd411ea7325c62a6f6997318718bb949572b9 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -40877,7 +40877,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:
|
|
|