| 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 d35e6394f08e93c539b24394dde84f42791faa4a..37adf4e86755d77c942b4129b8b59873dfb91045 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -28437,7 +28437,7 @@ abstract class _AttributeMap implements Map<String, String> {
|
| }
|
|
|
| /**
|
| - * Wrapper to expose Element.attributes as a typed map.
|
| + * Wrapper to expose [Element.attributes] as a typed map.
|
| */
|
| class _ElementAttributeMap extends _AttributeMap {
|
|
|
|
|