Index: sky/engine/bindings/scripts/templates/attributes_cpp.template |
diff --git a/sky/engine/bindings/scripts/templates/attributes_cpp.template b/sky/engine/bindings/scripts/templates/attributes_cpp.template |
index cc0184087c4041bb18f2d9a43c204833c1e93895..6df30964262bb21d68c867264f3a1527609269d3 100644 |
--- a/sky/engine/bindings/scripts/templates/attributes_cpp.template |
+++ b/sky/engine/bindings/scripts/templates/attributes_cpp.template |
@@ -83,7 +83,7 @@ static void {{static_attribute_name(attribute, 'Setter')}}(Dart_NativeArguments |
{ |
{{cpp_class}}* receiver = GetReceiver<{{cpp_class}}>(args); |
{% if attribute.is_custom_element_callbacks %} |
- CustomElementProcessingStack::CallbackDeliveryScope deliveryScope; |
+ NewCustomElementCallbackScope deliveryScope; |
{% endif %} |
{% set attribute_name = attribute.name if not attribute.put_forwards else 'value' %} |