Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementRegistrationContext.h
index 58f1a00..40740c1 100644 (file)
@@ -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;