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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp

Issue 249563003: REGRESSION(r171966): Custom elements in async imports don't get upgrade. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/CustomElementMicrotaskDispatcher.cpp
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
index 9737f34382772af4fc0d98dab29902c1fcc49163..ca716e61001b11c4b98e170b4aa435a6073a4d09 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
@@ -98,7 +98,8 @@ void CustomElementMicrotaskDispatcher::doDispatch()
#if !defined(NDEBUG)
void CustomElementMicrotaskDispatcher::show()
{
- m_resolutionAndImports->show(0);
+ fprintf(stderr, "Dispatcher:\n");
+ m_resolutionAndImports->show(1);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698