| 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 1952b25c2b78d743cd8c786a623b66608e1e8fbb..791b8f392a326446e0326fe2a5eb8be148066eaa 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26483,7 +26483,7 @@ abstract class _CSSValue extends Interceptor native "CSSValue" {
|
|
|
| @DocsEditable()
|
| @DomName('ClientRect')
|
| -class _ClientRect extends Interceptor implements Rectangle native "ClientRect" {
|
| +class _ClientRect extends Interceptor implements Rectangle native "ClientRect,DOMRect" {
|
|
|
| // NOTE! All code below should be common with RectangleBase.
|
| String toString() {
|
|
|