| 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 3771d8f80c40373f3465a1529b26e859a7b66090..25d08e109832ec4e1113e83bcdc1a82c1541d7fb 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_Console.darttemplate
|
| @@ -14,11 +14,9 @@ $(ANNOTATIONS)class Console {
|
| MemoryInfo get memory => _isConsoleDefined ?
|
| JS('MemoryInfo', 'console.memory') : null;
|
|
|
| - /*
|
| @DomName('Console.profiles')
|
| List<ScriptProfile> get profiles => _isConsoleDefined ?
|
| JS('List<ScriptProfile>', 'console.profiles') : null;
|
| - */
|
|
|
| @DomName('Console.assertCondition')
|
| void assertCondition(bool condition, Object arg) => _isConsoleDefined ?
|
|
|