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