| Index: Source/bindings/scripts/v8_types.py
|
| diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
|
| index 836938061ed1dce918a15ae49895a5ae8067a812..d8686fc6bc892f7b11d1b2de919d5cafe905090f 100644
|
| --- a/Source/bindings/scripts/v8_types.py
|
| +++ b/Source/bindings/scripts/v8_types.py
|
| @@ -481,6 +481,7 @@ IdlArrayOrSequenceType.v8_conversion_needs_exception_state = True
|
| TRIVIAL_CONVERSIONS = frozenset([
|
| 'any',
|
| 'boolean',
|
| + 'Date',
|
| 'Dictionary',
|
| 'NodeFilter',
|
| 'XPathNSResolver'
|
|
|