| Index: Source/core/dom/CustomElementRegistry.cpp
|
| diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp
|
| index 6cd2987ce7fc661411ea9c59a489f5523be295a7..0900b1ce3a4c8cdf36b6ced4b12bd28f96908a22 100644
|
| --- a/Source/core/dom/CustomElementRegistry.cpp
|
| +++ b/Source/core/dom/CustomElementRegistry.cpp
|
| @@ -30,15 +30,15 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CustomElementRegistry.h"
|
| +#include "core/dom/CustomElementRegistry.h"
|
|
|
| -#include "CustomElementConstructor.h"
|
| #include "CustomElementHelpers.h"
|
| #include "Dictionary.h"
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLUnknownElement.h"
|
| +#include "core/dom/CustomElementConstructor.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include <wtf/ASCIICType.h>
|
| #include <wtf/HashSet.h>
|
|
|