| Index: third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| index d4af3b597458183dedef848c5b9c5928895efc0d..5e5f348ff99add58e59490e55b0fe0448c43b720 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py
|
| @@ -102,7 +102,7 @@ def method_context(interface, method, is_visible=True):
|
|
|
| is_custom_element_callbacks = 'CustomElementCallbacks' in extended_attributes
|
| if is_custom_element_callbacks:
|
| - includes.add('core/dom/custom/CustomElementProcessingStack.h')
|
| + includes.add('core/dom/custom/V0CustomElementProcessingStack.h')
|
|
|
| is_raises_exception = 'RaisesException' in extended_attributes
|
| is_custom_call_prologue = has_extended_attribute_value(method, 'Custom', 'CallPrologue')
|
|
|