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 fe71b8699deccad71120ebd6be67c347f2e3d4dc..05511a282892c8832fef76fb31d5cdff9c1c892a 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( |
- const SourceString('findIndexForWebComponentType')); |
+ const SourceString('findIndexForNativeSubclassType')); |
} |
if (element == tableAccessorMethod) { |
joinFor(enqueuer).demanded = true; |