| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index a4ddc940680a6902d14b01a7acadd47ab616bc86..4b8173bf316152f50f073b3ac7e11fc43c32569f 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -1540,22 +1540,6 @@ $if DART2JS
|
| @DocsEditable()
|
| int get offsetWidth => JS('num', '#.offsetWidth', this).round();
|
|
|
| - @DomName('Element.clientHeight')
|
| - @DocsEditable()
|
| - int get clientHeight => JS('num', '#.clientHeight', this).round();
|
| -
|
| - @DomName('Element.clientLeft')
|
| - @DocsEditable()
|
| - int get clientLeft => JS('num', '#.clientLeft', this).round();
|
| -
|
| - @DomName('Element.clientTop')
|
| - @DocsEditable()
|
| - int get clientTop => JS('num', '#.clientTop', this).round();
|
| -
|
| - @DomName('Element.clientWidth')
|
| - @DocsEditable()
|
| - int get clientWidth => JS('num', '#.clientWidth', this).round();
|
| -
|
| @DomName('Element.scrollHeight')
|
| @DocsEditable()
|
| int get scrollHeight => JS('num', '#.scrollHeight', this).round();
|
|
|