| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 2302768990e18d3cfc013ef02b7f9cbe915c06bd..376724db7da4739f23fb64a77dd3edad8cfe7306 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -18,7 +18,7 @@ static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const
|
| {{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder());
|
| {% endif %}
|
| {% if method.is_custom_element_callbacks %}
|
| - CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
|
| + CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
|
| {% endif %}
|
| {# Security checks #}
|
| {% if method.is_check_security_for_window %}
|
|
|