| Index: dart/site/try/src/compiler_isolate.dart
|
| diff --git a/dart/site/try/src/compiler_isolate.dart b/dart/site/try/src/compiler_isolate.dart
|
| index b356472fe818ae28a92808973b5ebbbac48e876f..6e712179b5f595fd01c8a294432d27a2054e3dce 100644
|
| --- a/dart/site/try/src/compiler_isolate.dart
|
| +++ b/dart/site/try/src/compiler_isolate.dart
|
| @@ -109,7 +109,8 @@ compile(source, SendPort replyTo) {
|
| options: options,
|
| cachedCompiler: cachedCompiler,
|
| libraryRoot: sdkLocation,
|
| - packageRoot: Uri.base.resolve('/packages/'));
|
| + packageRoot: Uri.base.resolve('/packages/'),
|
| + packagesAreImmutable: true);
|
|
|
| cachedCompiler.run(Uri.parse('$PRIVATE_SCHEME:/main.dart')).then((success) {
|
| compilationTimer.stop();
|
|
|