| Index: Source/core/dom/custom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementRegistry.cpp b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| index 82b4eb40e8ce08c38a223bcd8a6305e9d0cced77..e94c2854bde0bd00530951eb28d01012d8fbcb60 100644
|
| --- a/Source/core/dom/custom/CustomElementRegistry.cpp
|
| +++ b/Source/core/dom/custom/CustomElementRegistry.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "core/dom/custom/CustomElementRegistry.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "SVGNames.h"
|
| #include "bindings/v8/CustomElementConstructorBuilder.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/SVGNames.h"
|
| #include "core/dom/DocumentLifecycleObserver.h"
|
| #include "core/dom/custom/CustomElementException.h"
|
| #include "core/dom/custom/CustomElementRegistrationContext.h"
|
|
|