| 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 158c6261ccdcbf88976c0b5895cdd66613bd6b4b..2a9c15fecdf9ac0922e73c0b0b5653bd94fd29a8 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
|
| @@ -101,7 +101,7 @@ class CustomElementsAnalysis {
|
| if (!fetchedTableAccessorMethod) {
|
| fetchedTableAccessorMethod = true;
|
| tableAccessorMethod = compiler.findInterceptor(
|
| - 'findIndexForWebComponentType');
|
| + 'findIndexForNativeSubclassType');
|
| }
|
| if (element == tableAccessorMethod) {
|
| joinFor(enqueuer).demanded = true;
|
|
|