| 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 62a255d3aa76870c4dc3865c7b97f4f14b1473d7..b4f540b5190b8551a9f33bda67192743d3731f3b 100644
|
| --- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| +++ b/lib/dom/templates/dom/native/dart_implementation.darttemplate
|
| @@ -4,7 +4,10 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class $CLASS extends $BASE implements $INTERFACE {
|
| +interface _$INTERFACE {
|
| +}
|
| +
|
| +class $CLASS extends $BASE implements _$INTERFACE {
|
| static $CLASS _create$CLASS() => new $CLASS._create$CLASS();
|
| $CLASS._create$CLASS();
|
| String get typeName() => "$INTERFACE";
|
|
|