| Index: pkg/compiler/lib/src/patch_parser.dart
|
| diff --git a/pkg/compiler/lib/src/patch_parser.dart b/pkg/compiler/lib/src/patch_parser.dart
|
| index fd747e9e57189806de2819bd4d9e01455e4e63c9..fb2e437048ae709b5bf2282804e6453a7365ad99 100644
|
| --- a/pkg/compiler/lib/src/patch_parser.dart
|
| +++ b/pkg/compiler/lib/src/patch_parser.dart
|
| @@ -172,7 +172,7 @@ class PatchParserTask extends CompilerTask {
|
| */
|
| Future patchLibrary(LibraryLoader loader,
|
| Uri patchUri, LibraryElement originLibrary) {
|
| - return compiler.readScript(originLibrary, patchUri)
|
| + return compiler.readScript(patchUri, originLibrary)
|
| .then((Script script) {
|
| var patchLibrary = new LibraryElementX(script, null, originLibrary);
|
| return reporter.withCurrentElement(patchLibrary, () {
|
|
|