| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 43c0d44dd48214b906e0198d385989808ea9d0b6..52201fcd4415382c7e5a292d4dbf13f4a197c2ee 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -325,6 +325,7 @@ abstract class Compiler {
|
| ClassElement symbolImplementationClass;
|
|
|
| // Initialized when symbolImplementationClass has been resolved.
|
| + // TODO(johnniwinther): Move this to [BackendHelpers].
|
| FunctionElement symbolValidatedConstructor;
|
|
|
| // Initialized when mirrorsUsedClass has been resolved.
|
|
|