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

Unified Diff: Source/core/dom/custom/CustomElementCallbackInvocation.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/CustomElementCallbackInvocation.h
diff --git a/Source/core/dom/custom/CustomElementCallbackInvocation.h b/Source/core/dom/custom/CustomElementCallbackInvocation.h
index 80a0b347430c097540c7e1466a426bd6ac72a216..615a3f4c382062a66c0f9d6ed677986e79bc0b41 100644
--- a/Source/core/dom/custom/CustomElementCallbackInvocation.h
+++ b/Source/core/dom/custom/CustomElementCallbackInvocation.h
@@ -40,7 +40,6 @@
namespace WebCore {
-// FIXME: Rename to CustomElementCallbackStep
class CustomElementCallbackInvocation : public CustomElementProcessingStep {
WTF_MAKE_NONCOPYABLE(CustomElementCallbackInvocation);
public:
« no previous file with comments | « Source/core/dom/custom/CustomElement.cpp ('k') | Source/core/dom/custom/CustomElementCallbackInvocation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698