Index: Source/bindings/templates/methods.cpp |
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp |
index c3bdfe1d2d0eda177c7c8f23e29c22533e9f388b..974bb248e97586c56b5bf86597846081ee25bcde 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 %} |