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

Unified Diff: Source/core/dom/shadow/ShadowRoot.h

Issue 334713006: Use stricter typing for NodeLists throughout the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo 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/shadow/ShadowRoot.h
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
index 97d54a6107416057187c3105191483f6457c6359..6d77fcbcd43812837b3a1e24ce840f2a67f27a3c 100644
--- a/Source/core/dom/shadow/ShadowRoot.h
+++ b/Source/core/dom/shadow/ShadowRoot.h
@@ -27,10 +27,12 @@
#ifndef ShadowRoot_h
#define ShadowRoot_h
+#include "core/dom/ClassCollection.h"
#include "core/dom/ContainerNode.h"
#include "core/dom/Document.h"
#include "core/dom/DocumentFragment.h"
#include "core/dom/Element.h"
+#include "core/dom/TagCollection.h"
adamk 2014/06/16 20:23:17 Again, why are these includes needed? ShadowRoot.h
Inactive 2014/06/16 20:35:50 To make the generated V8ShadowRoot.cpp build. V8Sh
#include "core/dom/TreeScope.h"
#include "wtf/DoublyLinkedList.h"

Powered by Google App Engine
This is Rietveld 408576698