Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
index f7e9b9891e547169ccd3ef53e4534e58e3ee4666..2ad2887b4acf2b8858d820931a67e855489b6070 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
@@ -13,10 +13,6 @@ |
namespace blink { |
class CustomElementCallbackQueue; |
-class CustomElementMicrotaskImportStep; |
-class CustomElementMicrotaskStep; |
-class Document; |
-class HTMLImportLoader; |
class CustomElementMicrotaskDispatcher FINAL : public NoBaseWillBeGarbageCollected<CustomElementMicrotaskDispatcher> { |
WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher); |
@@ -49,6 +45,6 @@ private: |
WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> > m_elements; |
}; |
-} |
+} // namespace blink |
#endif // CustomElementMicrotaskDispatcher_h |