| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index e20069c1d525ac1cde096447efccf095a89b13af..c48fed1746aef1d3da8be3ed0c5dc60fb88cc7cc 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -242,7 +242,7 @@ class JavaScriptBackend extends Backend {
|
| static const String START_ROOT_ISOLATE = 'startRootIsolate';
|
|
|
|
|
| - String get patchVersion => USE_NEW_EMITTER ? 'new' : 'old';
|
| + String get patchVersion => USE_LAZY_EMITTER ? 'lazy' : 'full';
|
|
|
| final Annotations annotations;
|
|
|
|
|