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

Unified Diff: Source/core/dom/custom/CustomElementProcessingStep.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/CustomElementProcessingStep.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h
index 4109f250ce8fd5b8861089383db9f7329d585c21..c92451bae82373f7dc25694b071d9fdbf1af27b5 100644
--- a/Source/core/dom/custom/CustomElementProcessingStep.h
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h
@@ -44,7 +44,6 @@ public:
virtual ~CustomElementProcessingStep() { }
virtual void dispatch(Element*) = 0;
- // FIXME: Should be isUpgradeStep()
virtual bool isCreated() const { return false; }
};
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskStep.h ('k') | Source/core/dom/custom/CustomElementRegistrationContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698