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

Unified Diff: Source/bindings/tests/results/V8TestObject.cpp

Issue 334713006: Use stricter typing for NodeLists throughout the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/bindings/tests/results/V8TestSpecialOperations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestObject.cpp
diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
index 15d6e2bfe59a5276839bf9ac3e33b2b490bed459..43038eed601cf06ab1a3b2b03371fa23cea34317 100644
--- a/Source/bindings/tests/results/V8TestObject.cpp
+++ b/Source/bindings/tests/results/V8TestObject.cpp
@@ -9,13 +9,13 @@
#include "HTMLNames.h"
#include "RuntimeEnabledFeatures.h"
+#include "bindings/core/v8/V8HTMLCollection.h"
#include "bindings/tests/v8/V8Attr.h"
#include "bindings/tests/v8/V8Document.h"
#include "bindings/tests/v8/V8DocumentFragment.h"
#include "bindings/tests/v8/V8DocumentType.h"
#include "bindings/tests/v8/V8Element.h"
#include "bindings/tests/v8/V8EventTarget.h"
-#include "bindings/tests/v8/V8HTMLCollection.h"
#include "bindings/tests/v8/V8HTMLElement.h"
#include "bindings/tests/v8/V8Node.h"
#include "bindings/tests/v8/V8NodeFilter.h"
@@ -49,11 +49,16 @@
#include "bindings/v8/custom/V8Int32ArrayCustom.h"
#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
#include "core/css/MediaQueryListListener.h"
+#include "core/dom/ClassCollection.h"
#include "core/dom/ContextFeatures.h"
#include "core/dom/Document.h"
+#include "core/dom/TagCollection.h"
#include "core/dom/custom/CustomElementCallbackDispatcher.h"
#include "core/frame/DOMWindow.h"
#include "core/frame/UseCounter.h"
+#include "core/html/HTMLCollection.h"
+#include "core/html/HTMLFormControlsCollection.h"
+#include "core/html/HTMLTableRowsCollection.h"
#include "core/inspector/ScriptArguments.h"
#include "platform/TraceEvent.h"
#include "wtf/GetPtr.h"
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/bindings/tests/results/V8TestSpecialOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698