| Index: lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| diff --git a/lib/dom/templates/dom/native/dart_implementation.darttemplate b/lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| index 2b1cfaf51f53f4b2f59e782c72cef701c9ec0a51..885414fa4e9c02d40a38aa12d0718ccc0d47f85e 100644
|
| --- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| +++ b/lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| @@ -4,8 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class $CLASS extends $BASE implements $HTML_INTERFACE {
|
| - $CLASS();
|
| - String get typeName() => "$INTERFACE";
|
| -$MEMBERS
|
| +class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$!MEMBERS
|
| }
|
|
|