Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: Source/core/dom/custom/CustomElementRegistrationContext.h

Issue 144023016: Separate Custom Element resolution and upgrade/createdCallback. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/core/dom/custom/CustomElementProcessingStep.h ('k') | Source/core/dom/custom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698