Index: Source/core/dom/custom/CustomElementProcessingStack.h |
diff --git a/Source/core/dom/custom/CustomElementProcessingStack.h b/Source/core/dom/custom/CustomElementProcessingStack.h |
index 1b6eb71de25845c0af7fcadaf40f6616db7e757e..551ce97a87d1a06feb3d5f17b8ddb50ea5fa215d 100644 |
--- a/Source/core/dom/custom/CustomElementProcessingStack.h |
+++ b/Source/core/dom/custom/CustomElementProcessingStack.h |
@@ -63,8 +63,6 @@ public: |
static bool inCallbackDeliveryScope() { return s_elementQueueStart; } |
-protected: |
- friend class CustomElementScheduler; |
static CustomElementProcessingStack& instance(); |
void enqueue(CustomElementCallbackQueue*); |