| Index: pkg/analyzer_plugin/lib/src/driver.dart
|
| diff --git a/pkg/analyzer_plugin/lib/src/driver.dart b/pkg/analyzer_plugin/lib/src/driver.dart
|
| index 340bc0a406cee641b3a47f1cca66c6d6904ac9f0..3005d0f5bc1901f78019b9ecb4c9680734051ea4 100644
|
| --- a/pkg/analyzer_plugin/lib/src/driver.dart
|
| +++ b/pkg/analyzer_plugin/lib/src/driver.dart
|
| @@ -27,7 +27,7 @@ class Driver implements ServerPluginStarter {
|
|
|
| @override
|
| void start(SendPort sendPort) {
|
| - IsolateChannel channel = new IsolateChannel(sendPort);
|
| + PluginIsolateChannel channel = new PluginIsolateChannel(sendPort);
|
| plugin.start(channel);
|
| }
|
| }
|
|
|