| Index: third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| index ccf8454c624fa4cb1ad08ab33aecdd41112438d2..c732b54aeab15f9737891b3b60b0ff685ea9eae2 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py
|
| @@ -71,7 +71,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/CustomElementProcessingStack.h')
|
| + includes.add('core/dom/custom/V0CustomElementProcessingStack.h')
|
| # [ImplementedInPrivateScript]
|
| is_implemented_in_private_script = 'ImplementedInPrivateScript' in extended_attributes
|
| if is_implemented_in_private_script:
|
|
|