| Index: tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| index 03aeb731196f6cf30b68d3b855fcaabfea9944fd..d607a5a9af73f321961b6986711a59a2694a6134 100644
|
| --- a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| @@ -72,7 +72,7 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements Rectangle$IM
|
| /**
|
| * 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 &&
|
|
|