| Index: tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| index d2457d02f1da3de97087aae76cd0c4cc54a4b5e1..0f9bdbd89b28153ea187646ba0cdd3424734519b 100644
|
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| @@ -5,7 +5,7 @@ library dart.dom.web_audio;
|
|
|
| import 'dart:async';
|
| import 'dart:collection';
|
| -import 'dart:_collection-dev' hide deprecated;
|
| +import 'dart:_internal' hide deprecated;
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
|
|