Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate

Issue 2982503002: Change imports to clean up irritating warning (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate
diff --git a/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate
index 295940544933c8547bbc67b6d8d3241c9e0161fe..43c08538445d2bf9aac35af126ae0bfcd32cb47e 100644
--- a/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate
+++ b/tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate
@@ -9,7 +9,7 @@ library dart.dom.web_audio;
import 'dart:async';
import 'dart:collection';
-import 'dart:_internal';
+import 'dart:_internal' show FixedLengthListMixin;
import 'dart:html';
import 'dart:html_common';
import 'dart:_native_typed_data';

Powered by Google App Engine
This is Rietveld 408576698