| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 9a02534b6e0e636c6b6b73ded011932389035245..a71303a895a11289d31da1b6f17294b7301ed343 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -1709,9 +1709,11 @@ 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 ?
|
|
|