| 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 0137d8f131299fe32d021dfa8e44a8e2a4aacd4e..c272f55c8658ef392d1e094b9231b54caa8eb409 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -40743,7 +40743,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 {
|
|
|