| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 3c00e74e0e3a7e7e48622dca6fa37bfd80ff4ae6..889dc5bd48a9222255d57a97d20ae8cc0cab1746 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -897,7 +897,7 @@ def resolution_tests_methods(effective_overloads):
|
| # types at position i of its type list,
|
| # • DOMString
|
| # • ByteString
|
| - # • ScalarValueString [a DOMString typedef, per definition.]
|
| + # • USVString
|
| # • an enumeration type
|
| try:
|
| method = next(method for idl_type, method in idl_types_methods
|
|
|