import dart:async in dart2js version of html_common

BUG=

Review URL: https://codereview.chromium.org//1354173005 .
This commit is contained in:
Alan Knight 2015-09-18 13:50:47 -07:00
parent a2b606dd54
commit 7c6439044b

View file

@ -4,6 +4,7 @@
library html_common;
import 'dart:async';
import 'dart:collection';
import 'dart:html';
import 'dart:_internal' show WhereIterable;