Skip to content
Snippets Groups Projects
Commit 4d1b04ce authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Add a missing import to dart.dart.

This gives it access to [supportsIsolateKill].

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//975073002
parent c5e65775
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ import 'dart:isolate'; ...@@ -10,6 +10,7 @@ import 'dart:isolate';
import 'package:path/path.dart' as p; import 'package:path/path.dart' as p;
import 'io.dart';
import 'isolate_wrapper.dart'; import 'isolate_wrapper.dart';
import 'remote_exception.dart'; import 'remote_exception.dart';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment