| Index: sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart b/sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart
|
| index 8fa9596904fab4f3e5e119d7e3fdc6d63c597189..e2e9ec0678041fe93884cae04e77a8cfbbc9ed19 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/custom_elements_analysis.dart
|
| @@ -163,7 +163,7 @@ class CustomElementsAnalysisJoin {
|
| Constant constant = makeTypeConstant(classElement);
|
| backend.registerCompileTimeConstant(
|
| constant, compiler.globalDependencies);
|
| - compiler.constantHandler.addCompileTimeConstantForEmission(constant);
|
| + backend.constantHandler.addCompileTimeConstantForEmission(constant);
|
| }
|
| }
|
| activeClasses.addAll(newActiveClasses);
|
|
|