| 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 2e8b1198ea21247bec6003f9c9fb9e03808ba845..c6ad64c6e4694144de890a99b5440a5df341e299 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12528,6 +12528,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode,
|
|
|
| @DomName('Element.style')
|
| @DocsEditable()
|
| + @Returns('CssStyleDeclaration')
|
| final CssStyleDeclaration style;
|
|
|
| @DomName('Element.tagName')
|
|
|