| Index: sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate
|
| index 751c4ceaee58e4a7df9edf3ecf3abf7ab45c05e9..afa4b5bbed421ee1b291fe96d04b77fbb988d3f4 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME
|
| // Console is sometimes a singleton bag-of-properties without a prototype.
|
| native "=(typeof console == 'undefined' ? {} : console)" {
|
|
|