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

Unified Diff: Source/core/dom/NodeRareData.h

Issue 347643002: Reduce forward declarations in core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 6 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/NodeRareData.h
diff --git a/Source/core/dom/NodeRareData.h b/Source/core/dom/NodeRareData.h
index edc3719595f40d701b2ce8f53a2553c65f0dbd59..109e140139191a3de9b17a7d6d2d6e8a060f8787 100644
--- a/Source/core/dom/NodeRareData.h
+++ b/Source/core/dom/NodeRareData.h
@@ -38,10 +38,6 @@
namespace WebCore {
-class LabelsNodeList;
-class RadioNodeList;
-class TreeScope;
-
class NodeListsNodeData FINAL : public NoBaseWillBeGarbageCollectedFinalized<NodeListsNodeData> {
WTF_MAKE_NONCOPYABLE(NodeListsNodeData);
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;

Powered by Google App Engine
This is Rietveld 408576698