| Index: tools/dom/src/Validators.dart
|
| diff --git a/tools/dom/src/Validators.dart b/tools/dom/src/Validators.dart
|
| index abbd545deca814c9d1cc7762be1d1249f7eeea4b..60d8f35f654ae6320fde3a73cf3c9280566b769b 100644
|
| --- a/tools/dom/src/Validators.dart
|
| +++ b/tools/dom/src/Validators.dart
|
| @@ -189,7 +189,7 @@ class _ValidatingTreeSanitizer implements NodeTreeSanitizer {
|
| // If getting/indexing attributes throws, count that as corrupt.
|
| attrs = element.attributes;
|
| isAttr = attrs['is'];
|
| - corrupted = Element.hasCorruptedAttributes(element);
|
| + corrupted = Element._hasCorruptedAttributes(element);
|
| } catch(e) {}
|
| var elementText = 'element unprintable';
|
| try {
|
|
|