Chromium Code Reviews| Index: lib/runner.dart |
| diff --git a/lib/runner.dart b/lib/runner.dart |
| index 4f0a1874e601858150b355b2032860edb78bde17..60e488ab71699b96e7620a32e600965f100ece63 100644 |
| --- a/lib/runner.dart |
| +++ b/lib/runner.dart |
| @@ -4,9 +4,9 @@ |
| /// A [Runner] runs a function, potentially in a different scope |
| /// or even isolate. |
| -library dart.pkg.isolate.runner; |
| +library isolate.runner; |
| -import "dart:async" show Future; |
| +import 'dart:async' show Future; |
| /// Calls a function with an argument. |
| /// |