Index: Source/bindings/templates/attributes.cpp |
diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp |
index 6a5e2358d1c515dc93a54e69a20699801dbb8bf0..b37c2c70c94ca15a9cf41b7c44cbeab23177cd51 100644 |
--- a/Source/bindings/templates/attributes.cpp |
+++ b/Source/bindings/templates/attributes.cpp |
@@ -265,7 +265,7 @@ v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info |
(attribute.is_reflect and |
not(attribute.idl_type == 'DOMString' and is_node)) %} |
{# Skip on compact node DOMString getters #} |
- CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope; |
+ CustomElementProcessingStack::CallbackDeliveryScope deliveryScope; |
{% endif %} |
{% if attribute.is_call_with_execution_context or |
attribute.is_setter_call_with_execution_context %} |
@@ -326,7 +326,7 @@ v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackI |
} |
{% endif %} |
{% if attribute.is_custom_element_callbacks or attribute.is_reflect %} |
- CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope; |
+ CustomElementProcessingStack::CallbackDeliveryScope deliveryScope; |
{% endif %} |
{% if attribute.has_custom_setter %} |
{{v8_class}}::{{attribute.name}}AttributeSetterCustom(v8Value, info); |