| Index: pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart b/pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart
|
| index d3204e9ad49f9e54ee1a4b94a4105127bc2838d0..2efc6e44988f1625e08812f9e87b12bef2893b8e 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart
|
| @@ -32,7 +32,7 @@ class MainCallStubGenerator {
|
| Element isolateMain =
|
| helpers.isolateHelperLibrary.find(BackendHelpers.START_ROOT_ISOLATE);
|
| mainCallClosure = _buildIsolateSetupClosure(main, isolateMain);
|
| - } else if (compiler.hasIncrementalSupport) {
|
| + } else if (compiler.options.hasIncrementalSupport) {
|
| mainCallClosure = js(
|
| 'function() { return #(); }',
|
| emitterTask.staticFunctionAccess(main));
|
|
|