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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskStep.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/CustomElementMicrotaskStep.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskStep.h b/Source/core/dom/custom/CustomElementMicrotaskStep.h
index a50341d476678b75cc47f4caf969b510e0ee3762..625067ec1e327af11ee00fcfa51ad341fa0f6db1 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskStep.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskStep.h
@@ -42,7 +42,7 @@ public:
virtual ~CustomElementMicrotaskStep() { }
enum Result {
- DidWork = 1 << 0,
+ Continue = 1 << 0,
ShouldStop = 1 << 1
};
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp ('k') | Source/core/dom/custom/CustomElementProcessingStep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698