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

Unified Diff: Source/core/dom/custom/CustomElementProcessingStack.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/CustomElementProcessingStack.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStack.h b/Source/core/dom/custom/CustomElementProcessingStack.h
index 551ce97a87d1a06feb3d5f17b8ddb50ea5fa215d..742d3d536b83e398bead9933f00c2f4a27210c6e 100644
--- a/Source/core/dom/custom/CustomElementProcessingStack.h
+++ b/Source/core/dom/custom/CustomElementProcessingStack.h
@@ -36,8 +36,6 @@
namespace blink {
-class CustomElementScheduler;
-
class CustomElementProcessingStack {
WTF_MAKE_NONCOPYABLE(CustomElementProcessingStack);
public:
@@ -100,6 +98,6 @@ private:
Vector<CustomElementCallbackQueue*> m_flattenedProcessingStack;
};
-}
+} // namespace blink
#endif // CustomElementProcessingStack_h
« no previous file with comments | « Source/core/dom/custom/CustomElementObserver.h ('k') | Source/core/dom/custom/CustomElementProcessingStep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698