| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 9a1162eb257301d8e1379514d82ad7436f5c3eea..371eed6001e1c5f8d508349f0a2ccc11127399f9 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -540,4 +540,9 @@ class DartConstantTask extends ConstantCompilerTask
|
| constantCompiler.constantValueMap
|
| .addAll(task.constantCompiler.constantValueMap);
|
| }
|
| +
|
| + @override
|
| + void registerLazyStatic(FieldElement element) {
|
| + // Do nothing.
|
| + }
|
| }
|
|
|