| 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 a29ec0fbaf292cddf09dcc0bfead8072946a2305..4757f70613ba85322bb3f1446340a3582c7b7dea 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26539,7 +26539,7 @@ class _ClientRect extends Interceptor implements Rectangle native "ClientRect" {
|
| /**
|
| * Tests whether `this` entirely contains [another].
|
| */
|
| - bool contains(Rectangle<num> another) {
|
| + bool containsRectangle(Rectangle<num> another) {
|
| return left <= another.left &&
|
| left + width >= another.left + another.width &&
|
| top <= another.top &&
|
|
|