| 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 0bc592c6681a0350940aefb795d9adafc74057ce..25d08e109832ec4e1113e83bcdc1a82c1541d7fb 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| @@ -8,7 +8,7 @@ $(ANNOTATIONS)class Console {
|
|
|
| static Console safeConsole = new Console();
|
|
|
| - bool get _isConsoleDefined => JS('bool', "typeof console != 'undefined'");
|
| + bool get _isConsoleDefined => JS('bool', 'typeof console != "undefined"');
|
|
|
| @DomName('Console.memory')
|
| MemoryInfo get memory => _isConsoleDefined ?
|
|
|