| Index: tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate b/tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate
|
| index 52f7436c9dc2b147b5ffdad04cc1282f5eee920d..b41ec5868ecc64dd0f3517ff2c31a41bd265721d 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_HTMLTableElement.darttemplate
|
| @@ -12,7 +12,7 @@ $!MEMBERS
|
| return this._createTBody();
|
| }
|
| var tbody = new Element.tag('tbody');
|
| - this.elements.add(tbody);
|
| + this.children.add(tbody);
|
| return tbody;
|
| }
|
|
|
|
|