| Index: tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate b/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate
|
| index 1bba286756255c36c665e71e53b66cb0941b1672..7e93007e29fca4df4d14dec44c6b71c0a84c054f 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_WorkerContext.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of html;
|
| -$ANNOTATIONS
|
| -class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
| /**
|
|
|