| Index: Source/core/dom/DocumentInit.cpp | 
| diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp | 
| index ba30041b2fdaa7626829b48861f67756d6194c14..059c4184ae624953cdc68ec21057b10e25c419d9 100644 | 
| --- a/Source/core/dom/DocumentInit.cpp | 
| +++ b/Source/core/dom/DocumentInit.cpp | 
| @@ -29,8 +29,8 @@ | 
| #include "core/dom/DocumentInit.h" | 
|  | 
| #include "RuntimeEnabledFeatures.h" | 
| -#include "core/dom/CustomElementRegistrationContext.h" | 
| #include "core/dom/Document.h" | 
| +#include "core/dom/custom/CustomElementRegistrationContext.h" | 
| #include "core/html/HTMLImportsController.h" | 
| #include "core/page/Frame.h" | 
|  | 
|  |