| Index: lib/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/lib/compiler/implementation/tree/prettyprint.dart b/lib/compiler/implementation/tree/prettyprint.dart
|
| index d3ad21939e0643d2944438a4e99180d2a0bb243b..313261828b808bdac0798641aba65ad18c3e9ede 100644
|
| --- a/lib/compiler/implementation/tree/prettyprint.dart
|
| +++ b/lib/compiler/implementation/tree/prettyprint.dart
|
| @@ -420,6 +420,10 @@ class PrettyPrinter implements Visitor {
|
| unimplemented('visitNode', node: node);
|
| }
|
|
|
| + visitLibraryDependency(Node node) {
|
| + unimplemented('visitNode', node: node);
|
| + }
|
| +
|
| visitLibraryName(LibraryName node) {
|
| unimplemented('visitNode', node: node);
|
| }
|
|
|