| Index: tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_Console.darttemplate b/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| index 1753495b44e755e1775761800c6e79183f42779c..eb4f5e52ac4aa2a15535ee6ac4ec0c2df9066772 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of html;
|
| -$ANNOTATIONS
|
| -class Console {
|
| +
|
| +$(ANNOTATIONS)class Console {
|
|
|
| static Console safeConsole = new Console();
|
|
|
|
|