| Index: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| index 4c29888220cbbf0135c41aa9753413b59d7506be..5d27dc06acb14ca06ab916234b8169127b6eb543 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -357,7 +357,7 @@ class DartBackend extends Backend {
|
| var classNode = classElement.parseNode(compiler);
|
| SynthesizedConstructorElementX constructor =
|
| new SynthesizedConstructorElementX(
|
| - classElement.name, null, classElement);
|
| + classElement.name, null, classElement, false);
|
| constructor.type = new FunctionType(
|
| constructor,
|
| compiler.types.voidType,
|
|
|