| Index: sky/engine/bindings/scripts/v8_types.py
|
| diff --git a/sky/engine/bindings2/scripts/v8_types.py b/sky/engine/bindings/scripts/v8_types.py
|
| similarity index 99%
|
| rename from sky/engine/bindings2/scripts/v8_types.py
|
| rename to sky/engine/bindings/scripts/v8_types.py
|
| index cdaa15814b92475dd7c4784e7a6b12e4cca0e453..7b54d2d055427cb77091d9b5bde66699076eb865 100644
|
| --- a/sky/engine/bindings2/scripts/v8_types.py
|
| +++ b/sky/engine/bindings/scripts/v8_types.py
|
| @@ -273,7 +273,7 @@ IdlTypeBase.impl_should_use_nullable_container = property(
|
| def impl_includes_for_type(idl_type, interfaces_info):
|
| includes_for_type = set()
|
| if idl_type.impl_should_use_nullable_container:
|
| - includes_for_type.add('bindings2/nullable.h')
|
| + includes_for_type.add('bindings/nullable.h')
|
|
|
| idl_type = idl_type.preprocessed_type
|
| native_array_element_type = idl_type.native_array_element_type
|
|
|