Index: Source/core/dom/custom/CustomElementMicrotaskQueue.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueue.h b/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
index 0fc03c1b23a00796f031c9ae7cff523476a8b50e..5c1fcb0804f139d275f5c9a0a07ebd8588fcf3e9 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
@@ -53,6 +53,10 @@ public: |
typedef CustomElementMicrotaskStep::Result Result; |
Result dispatch(); |
+#if !defined(NDEBUG) |
+ void show(unsigned indent); |
+#endif |
+ |
private: |
CustomElementMicrotaskQueue() { } |