Fix type-error from previous commit.

BUG=

Review URL: https://codereview.chromium.org//104393002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30850 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ajohnsen@google.com 2013-12-04 11:00:08 +00:00
parent fe4e6645e5
commit 30834031f1

View file

@ -50,7 +50,7 @@ class _WatcherPath {
patch class _FileSystemWatcher {
static int _id;
static final Map<int, _FileSystemWatcherPath> _idMap = {};
static final Map<int, _WatcherPath> _idMap = {};
final String _path;
final int _events;