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

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

Issue 598593006: Remove forward declarations from Source/core/dom/custom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Nits Created 6 years, 3 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 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
« no previous file with comments | « Source/core/dom/custom/CustomElementLifecycleCallbacks.h ('k') | Source/core/dom/custom/CustomElementMicrotaskImportStep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698