| 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 2fe2dceb5e8dd214bd94e696b4ea0257a6e4cf93..51a2367cd4d0aeec7311a42683656de6680c23d6 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -15383,6 +15383,8 @@ class Element extends Node
|
| */
|
| @DomName('Element.getBoundingClientRect')
|
| @DocsEditable()
|
| + @Creates('_ClientRect')
|
| + @Returns('_ClientRect|Null')
|
| Rectangle getBoundingClientRect() native;
|
|
|
| /**
|
|
|