| Index: Source/bindings/scripts/code_generator_v8.pm
|
| diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
|
| index 81a9ce4d0766a567cb5d7a3fdd5b2cf7b9e876f5..2aa95b7ebafaabbc9f347bd015e2a7a1be7c18e0 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.pm
|
| +++ b/Source/bindings/scripts/code_generator_v8.pm
|
| @@ -1728,7 +1728,7 @@ sub GenerateCustomElementInvocationScopeIfNeeded
|
| }
|
|
|
| if ($annotation eq "Enable" or $ext->{"Reflect"}) {
|
| - AddToImplIncludes("core/dom/CustomElementCallbackDispatcher.h");
|
| + AddToImplIncludes("core/dom/custom/CustomElementCallbackDispatcher.h");
|
| $code .= <<END;
|
| CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
|
| END
|
|
|