| Index: sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| index 5a9a49b8c67cc95c3fa42e9a64c2ac14e2b39838..aa8e769b83d490fee0e6a658a407526f2c703cc5 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| @@ -5,7 +5,7 @@
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
| - _ElementImpl createTBody() {
|
| + Element createTBody() {
|
| if (JS('bool', '!!#.createTBody', this)) {
|
| return this._createTBody();
|
| }
|
| @@ -14,5 +14,5 @@ $!MEMBERS
|
| return tbody;
|
| }
|
|
|
| - _ElementImpl _createTBody() native 'createTBody';
|
| + Element _createTBody() native 'createTBody';
|
| }
|
|
|