| 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 c1381617830a05ab5e2857e87b7961ace59de527..2063e0bcdf505a650d62affe79caffc733c7d090 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -40813,7 +40813,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 {
|
|
|