| Index: tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_Window.darttemplate b/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| index 9e8674ba11721ac054a4dcc74b5c6ffce42f59e6..e35376959e4f740fb939b8117376afd652ac38fd 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Window.darttemplate
|
| @@ -156,7 +156,6 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" {
|
| document.documentElement.attributes['dart-port:$name'] = json.stringify(serialized);
|
| }
|
|
|
| - /// @docsEditable true
|
| @DomName('Window.console')
|
| Console get console => Console.safeConsole;
|
|
|
|
|