| 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'; |
| 5 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 6 // DO NOT EDIT | 8 // DO NOT EDIT |
| 7 // Auto-generated dart:audio library. | 9 // Auto-generated dart:audio library. |
| 8 | 10 |
| 9 | 11 |
| 10 | 12 |
| 11 | 13 |
| 12 // 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 |
| 13 // for details. All rights reserved. Use of this source code is governed by a | 15 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 } | 839 } |
| 838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 840 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 839 // for details. All rights reserved. Use of this source code is governed by a | 841 // for details. All rights reserved. Use of this source code is governed by a |
| 840 // BSD-style license that can be found in the LICENSE file. | 842 // BSD-style license that can be found in the LICENSE file. |
| 841 | 843 |
| 842 | 844 |
| 843 @DocsEditable | 845 @DocsEditable |
| 844 @DomName('WaveTable') | 846 @DomName('WaveTable') |
| 845 class WaveTable native "*WaveTable" { | 847 class WaveTable native "*WaveTable" { |
| 846 } | 848 } |
| OLD | NEW |