| OLD | NEW |
| 1 library web_audio; | 1 library web_audio; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; |
| 5 import 'dart:collection-dev'; |
| 4 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; |
| 5 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 6 // DO NOT EDIT | 9 // DO NOT EDIT |
| 7 // Auto-generated dart:audio library. | 10 // Auto-generated dart:audio library. |
| 8 | 11 |
| 9 | 12 |
| 10 | 13 |
| 11 | 14 |
| 12 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13 // for details. All rights reserved. Use of this source code is governed by a | 16 // for details. All rights reserved. Use of this source code is governed by a |
| 14 // BSD-style license that can be found in the LICENSE file. | 17 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 | 1115 |
| 1113 // WARNING: Do not edit - generated code. | 1116 // WARNING: Do not edit - generated code. |
| 1114 | 1117 |
| 1115 | 1118 |
| 1116 @DocsEditable | 1119 @DocsEditable |
| 1117 @DomName('WaveTable') | 1120 @DomName('WaveTable') |
| 1118 class WaveTable extends NativeFieldWrapperClass1 { | 1121 class WaveTable extends NativeFieldWrapperClass1 { |
| 1119 WaveTable.internal(); | 1122 WaveTable.internal(); |
| 1120 | 1123 |
| 1121 } | 1124 } |
| OLD | NEW |