| Index: sky/engine/bindings/scripts/templates/methods_cpp.template
|
| diff --git a/sky/engine/bindings/scripts/templates/methods_cpp.template b/sky/engine/bindings/scripts/templates/methods_cpp.template
|
| index aa32f392b27e921d47d6dec7f5ec222b24e98813..c9625718c0f6371c37491078ec436a0dbcd252e8 100644
|
| --- a/sky/engine/bindings/scripts/templates/methods_cpp.template
|
| +++ b/sky/engine/bindings/scripts/templates/methods_cpp.template
|
| @@ -81,7 +81,7 @@ static void {{static_method_name(method.name, overload_index)}}(Dart_NativeArgum
|
| {{cpp_class}}* /* FIXME(vsm): Remove this. */ ALLOW_UNUSED receiver = GetReceiver<{{cpp_class}}>(args);
|
| {% endif %}
|
| {% if method.is_custom_element_callbacks %}
|
| - CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
|
| + NewCustomElementCallbackScope deliveryScope;
|
| {% endif %}
|
| {% if arguments_count > 0 or
|
| method.has_exception_state or
|
|
|