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 b45adaf4185899f39f907a9a39997be67e6ce04a..1b6b23f1946ad8d5468a7307bf75f4ad8dcca552 100644 |
--- a/tools/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Element.darttemplate |
@@ -1590,7 +1590,7 @@ $else |
@DomName('Element.offsetTop') |
@DocsEditable() |
- int get offsetTop => _blink.BlinkElement.offsetTop_Getter_(thi)).round(); |
+ int get offsetTop => _blink.BlinkElement.offsetTop_Getter_(this).round(); |
@DomName('Element.offsetWidth') |
@DocsEditable() |