| 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 aa8e769b83d490fee0e6a658a407526f2c703cc5..af3eed49abddab4079c58896fe65642730664535 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
|
|