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

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

Issue 47073007: Bindings: Remove special cases for DOMStringList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/bindings/scripts/unstable/v8_types.py
diff --git a/Source/bindings/scripts/unstable/v8_types.py b/Source/bindings/scripts/unstable/v8_types.py
index 7e002313f5809ca099e3606dee22466beca72f84..9837d8550ca781fba29ee6ec5a0fc9879eec6ad9 100644
--- a/Source/bindings/scripts/unstable/v8_types.py
+++ b/Source/bindings/scripts/unstable/v8_types.py
@@ -233,7 +233,6 @@ CPP_SPECIAL_CONVERSION_RULES = {
}
CPP_REF_PTR_CONVERSION_TYPES = set([
# FIXME: overlaps with NON_WRAPPER_TYPES
- 'DOMStringList',
'NodeFilter',
'SerializedScriptValue',
'XPathNSResolver',
@@ -359,7 +358,6 @@ V8_VALUE_TO_CPP_VALUE_AND_INCLUDES = {
set(['bindings/v8/ScriptValue.h'])),
'Dictionary': ('Dictionary({v8_value}, {isolate})',
set(['bindings/v8/Dictionary.h'])),
- 'DOMStringList': ('toDOMStringList({v8_value}, {isolate})', set()),
'MediaQueryListListener': ('MediaQueryListListener::create({v8_value})',
set(['core/css/MediaQueryListListener.h'])),
'NodeFilter': ('toNodeFilter({v8_value}, {isolate})', set()),

Powered by Google App Engine
This is Rietveld 408576698