| 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 1dd06d7ab7db1307690a116142a427cc59642f83..a4b473006b897da3866f365f375cb0a0bac7e55d 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -454,6 +454,16 @@ class ApplicationCacheEvents extends Events {
|
|
|
|
|
| @DocsEditable
|
| +/**
|
| + * DOM Area Element, which links regions of an image map with a hyperlink.
|
| + *
|
| + * The element can also define an uninteractive region of the map.
|
| + *
|
| + * See also:
|
| + *
|
| + * * [<area>](https://developer.mozilla.org/en-US/docs/HTML/Element/area)
|
| + * on MDN.
|
| + */
|
| @DomName('HTMLAreaElement')
|
| class AreaElement extends _Element_Merged {
|
| AreaElement.internal() : super.internal();
|
|
|