| Index: lib/compiler/implementation/patch_parser.dart
|
| diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart
|
| index 13725dbc5dc24bf3f0002a4952094c724346a33d..decb78be6ff04378c62d684c672fb18a737b4c87 100644
|
| --- a/lib/compiler/implementation/patch_parser.dart
|
| +++ b/lib/compiler/implementation/patch_parser.dart
|
| @@ -145,6 +145,7 @@ class PatchParserTask extends leg.CompilerTask {
|
| // After scanning declarations, we handle the import tags in the patch.
|
| // TODO(lrn): These imports end up in the original library and are in
|
| // scope for the original methods too. This should be fixed.
|
| + compiler.importHelperLibrary(library);
|
| for (tree.LibraryTag tag in imports.toLink()) {
|
| compiler.scanner.importLibraryFromTag(tag, compilationUnit);
|
| }
|
|
|