| OLD | NEW |
| 1 library dart.dom.web_audio; | 1 library dart.dom.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'; |
| 5 import 'dart:html'; | 6 import 'dart:html'; |
| 6 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 7 import 'dart:_js_helper' show Creates, Returns, convertDartClosureToJS; | 8 import 'dart:_js_helper' show Creates, Returns, convertDartClosureToJS; |
| 8 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
| 9 // DO NOT EDIT - unless you are editing documentation as per: | 10 // DO NOT EDIT - unless you are editing documentation as per: |
| 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 11 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 11 // Auto-generated dart:audio library. | 12 // Auto-generated dart:audio library. |
| 12 | 13 |
| 13 | 14 |
| 14 | 15 |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 } | 870 } |
| 870 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 871 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 871 // for details. All rights reserved. Use of this source code is governed by a | 872 // for details. All rights reserved. Use of this source code is governed by a |
| 872 // BSD-style license that can be found in the LICENSE file. | 873 // BSD-style license that can be found in the LICENSE file. |
| 873 | 874 |
| 874 | 875 |
| 875 @DocsEditable | 876 @DocsEditable |
| 876 @DomName('WaveTable') | 877 @DomName('WaveTable') |
| 877 class WaveTable native "*WaveTable" { | 878 class WaveTable native "*WaveTable" { |
| 878 } | 879 } |
| OLD | NEW |