| 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 656e76c178a222b2a6003939abe747f38dc9e1a2..b7743dedcdb12465383b1b4962cad91332b3d48e 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -1711,10 +1711,6 @@ 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 ?
|
| JS('void', 'console.assertCondition(#, #)', condition, arg) : null;
|
|
|