| OLD | NEW |
| 1 library web_audio; | 1 library web_audio; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:collection-dev'; | |
| 6 import 'dart:html'; | 5 import 'dart:html'; |
| 7 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 8 import 'dart:_foreign_helper' show JS; | 7 import 'dart:_foreign_helper' show JS; |
| 9 // DO NOT EDIT | 8 // DO NOT EDIT |
| 10 // Auto-generated dart:audio library. | 9 // Auto-generated dart:audio library. |
| 11 | 10 |
| 12 | 11 |
| 13 | 12 |
| 14 | 13 |
| 15 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 } | 840 } |
| 842 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 841 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 843 // for details. All rights reserved. Use of this source code is governed by a | 842 // for details. All rights reserved. Use of this source code is governed by a |
| 844 // BSD-style license that can be found in the LICENSE file. | 843 // BSD-style license that can be found in the LICENSE file. |
| 845 | 844 |
| 846 | 845 |
| 847 @DocsEditable | 846 @DocsEditable |
| 848 @DomName('WaveTable') | 847 @DomName('WaveTable') |
| 849 class WaveTable native "*WaveTable" { | 848 class WaveTable native "*WaveTable" { |
| 850 } | 849 } |
| OLD | NEW |