Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate |
| index d01918442af72fbb269ae6c2d3631d11c499c951..8bb0f4105a52ad50e2a47ae78b1b4c740e07c57c 100644 |
| --- a/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_AbstractWorker.darttemplate |
| @@ -5,5 +5,5 @@ |
| part of $LIBRARYNAME; |
| @DocsEditable() |
| -$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)abstract class $CLASSNAME$EXTENDS$MIXINS implements EventTarget { |
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS implements EventTarget { |
| $!MEMBERS} |