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

Unified Diff: Source/bindings/scripts/v8_types.py

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 | « no previous file | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/v8_types.py
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
index 34af136995135f5944db250e873c4fbef789a46a..d1ae3cb70f2459c1ab6a6ae88db34b19ffaee317 100644
--- a/Source/bindings/scripts/v8_types.py
+++ b/Source/bindings/scripts/v8_types.py
@@ -293,7 +293,18 @@ INCLUDES_FOR_TYPE = {
'EventListener': set(['bindings/v8/BindingSecurity.h',
'bindings/v8/V8EventListenerList.h',
'core/frame/DOMWindow.h']),
+ 'HTMLCollection': set(['bindings/core/v8/V8HTMLCollection.h',
+ 'core/dom/ClassCollection.h',
+ 'core/dom/TagCollection.h',
+ 'core/html/HTMLCollection.h',
+ 'core/html/HTMLFormControlsCollection.h',
+ 'core/html/HTMLTableRowsCollection.h']),
'MediaQueryListListener': set(['core/css/MediaQueryListListener.h']),
+ 'NodeList': set(['bindings/core/v8/V8NodeList.h',
+ 'core/dom/NameNodeList.h',
+ 'core/dom/NodeList.h',
+ 'core/dom/StaticNodeList.h',
+ 'core/html/LabelsNodeList.h']),
'Promise': set(['bindings/v8/ScriptPromise.h']),
'SerializedScriptValue': set(['bindings/v8/SerializedScriptValue.h']),
'ScriptValue': set(['bindings/v8/ScriptValue.h']),
« no previous file with comments | « no previous file | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698