Index: Source/core/dom/custom/CustomElementRegistrationContext.h |
diff --git a/Source/core/dom/custom/CustomElementRegistrationContext.h b/Source/core/dom/custom/CustomElementRegistrationContext.h |
index 58f1a001b75c918f05b7447184f70dee86d123dd..40740c16bce293d85e0cad2de038a8a5869f8152 100644 |
--- a/Source/core/dom/custom/CustomElementRegistrationContext.h |
+++ b/Source/core/dom/custom/CustomElementRegistrationContext.h |
@@ -70,7 +70,7 @@ protected: |
void didGiveTypeExtension(Element*, const AtomicString& type); |
private: |
- void scheduleResolution(Element*, const AtomicString& typeExtension); |
+ void resolveOrScheduleResolution(Element*, const AtomicString& typeExtension); |
CustomElementRegistry m_registry; |