Index: Source/bindings/scripts/v8_methods.py |
diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py |
index 8428210388e4ce642a72ea4dfcb95c2bad7626c4..1a74b7f0d03bc6003a343bcc0dcc6998969f8ddf 100644 |
--- a/Source/bindings/scripts/v8_methods.py |
+++ b/Source/bindings/scripts/v8_methods.py |
@@ -119,7 +119,7 @@ def method_context(interface, method): |
includes.add('bindings/core/v8/BindingSecurity.h') |
is_custom_element_callbacks = 'CustomElementCallbacks' in extended_attributes |
if is_custom_element_callbacks: |
- includes.add('core/dom/custom/CustomElementCallbackDispatcher.h') |
+ includes.add('core/dom/custom/CustomElementProcessingStack.h') |
is_do_not_check_security = 'DoNotCheckSecurity' in extended_attributes |