Index: Source/bindings/scripts/v8_attributes.py |
diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py |
index 45297344605abe4e2566e75e8870ba905d8ff69d..308e940becebdd55f1378cdb7cdc0839cad1dae3 100644 |
--- a/Source/bindings/scripts/v8_attributes.py |
+++ b/Source/bindings/scripts/v8_attributes.py |
@@ -58,7 +58,7 @@ def attribute_context(interface, attribute): |
is_custom_element_callbacks = 'CustomElementCallbacks' in extended_attributes |
is_reflect = 'Reflect' in extended_attributes |
if is_custom_element_callbacks or is_reflect: |
- includes.add('core/dom/custom/CustomElementCallbackDispatcher.h') |
+ includes.add('core/dom/custom/CustomElementProcessingStack.h') |
# [PerWorldBindings] |
if 'PerWorldBindings' in extended_attributes: |
assert idl_type.is_wrapper_type or 'LogActivity' in extended_attributes, '[PerWorldBindings] should only be used with wrapper types: %s.%s' % (interface.name, attribute.name) |