| Index: sky/engine/bindings/scripts/v8_attributes.py
|
| diff --git a/sky/engine/bindings/scripts/v8_attributes.py b/sky/engine/bindings/scripts/v8_attributes.py
|
| index ab4042ec602b608fb940de0d61467af153e66a4f..efb61560af5d82036d553af619cbfc32988f1445 100644
|
| --- a/sky/engine/bindings/scripts/v8_attributes.py
|
| +++ b/sky/engine/bindings/scripts/v8_attributes.py
|
| @@ -54,7 +54,7 @@ def attribute_context(interface, attribute):
|
| is_custom_element_callbacks = 'CustomElementCallbacks' in extended_attributes
|
| is_reflect = 'Reflect' in extended_attributes
|
| if is_custom_element_callbacks or is_reflect:
|
| - includes.add('core/dom/custom/CustomElementProcessingStack.h')
|
| + includes.add('sky/engine/core/dom/custom2/new_custom_element_callback_scope.h')
|
| # [TypeChecking]
|
| has_type_checking_unrestricted = (
|
| (has_extended_attribute_value(interface, 'TypeChecking', 'Unrestricted') or
|
|
|