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

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

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.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
index effdc042defc4a2b5e0e148ee51108a69f7d22ac..eda3f0450e295e6efc4dbae92f1084ff03bc8e6d 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
@@ -31,6 +31,10 @@ public:
bool elementQueueIsEmpty() { return m_elements.isEmpty(); }
+#if !defined(NDEBUG)
+ void show();
+#endif
+
private:
CustomElementMicrotaskDispatcher();

Powered by Google App Engine
This is Rietveld 408576698