Index: Source/core/dom/DOMSettableTokenList.h |
diff --git a/Source/core/html/DOMSettableTokenList.h b/Source/core/dom/DOMSettableTokenList.h |
similarity index 98% |
rename from Source/core/html/DOMSettableTokenList.h |
rename to Source/core/dom/DOMSettableTokenList.h |
index ed1a725a3e46ff73288bb73af22e47be061bb93e..234b505f785b027f13800606b3f81bfea955897f 100644 |
--- a/Source/core/html/DOMSettableTokenList.h |
+++ b/Source/core/dom/DOMSettableTokenList.h |
@@ -25,8 +25,8 @@ |
#ifndef DOMSettableTokenList_h |
#define DOMSettableTokenList_h |
+#include "core/dom/DOMTokenList.h" |
#include "core/dom/SpaceSplitString.h" |
-#include "core/html/DOMTokenList.h" |
#include "wtf/RefCounted.h" |
#include "wtf/text/AtomicString.h" |