Index: Source/core/dom/CustomElementRegistry.h |
diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/CustomElementRegistry.h |
index e6164f90ac96e8632891d391ea2b5230ed5ddc7b..23506faef2681f632557c62da821cdd106d17d57 100644 |
--- a/Source/core/dom/CustomElementRegistry.h |
+++ b/Source/core/dom/CustomElementRegistry.h |
@@ -31,10 +31,10 @@ |
#ifndef CustomElementRegistry_h |
#define CustomElementRegistry_h |
-#include "ContextDestructionObserver.h" |
-#include "ExceptionCode.h" |
-#include "QualifiedName.h" |
#include "ScriptValue.h" |
+#include "core/dom/ContextDestructionObserver.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/QualifiedName.h" |
#include "core/platform/Supplementable.h" |
#include <wtf/HashSet.h> |
#include <wtf/ListHashSet.h> |