| Index: pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart
|
| index f8911bd08d7377b612706706c727e3c3f927288c..d3426426ac9a3787359758018e370d39c16f1931 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart
|
| @@ -122,7 +122,7 @@ class NsmEmitter extends CodeEmitterHelper {
|
| List<jsAst.Statement> statements = <jsAst.Statement>[];
|
| if (trivialNsmHandlers.length == 0) return statements;
|
|
|
| - bool minify = compiler.enableMinification;
|
| + bool minify = compiler.options.enableMinification;
|
| bool useDiffEncoding = minify && trivialNsmHandlers.length > 30;
|
|
|
| // Find out how many selectors there are with the special calling
|
|
|