| Index: sky/engine/bindings/scripts/dart_types.py
|
| diff --git a/sky/engine/bindings/scripts/dart_types.py b/sky/engine/bindings/scripts/dart_types.py
|
| index c58ad59e62bf626e9c4464473dae41f90a5d768f..83335aa40ed1acfc46735c3b18dc023e3aeb4cbb 100644
|
| --- a/sky/engine/bindings/scripts/dart_types.py
|
| +++ b/sky/engine/bindings/scripts/dart_types.py
|
| @@ -718,7 +718,7 @@ CPP_VALUE_TO_DART_VALUE = {
|
| 'DartValue': 'DartConverter<DartValue*>::ToDart({cpp_value})',
|
| # General
|
| 'array': 'VectorToDart({cpp_value})',
|
| - 'DOMWrapper': 'Dart{idl_type}::toDart({cpp_value})',
|
| + 'DOMWrapper': 'DartConverter<{idl_type}*>::ToDart({cpp_value})',
|
| }
|
|
|
|
|
|
|