| Index: Source/core/html/ClassList.h
|
| diff --git a/Source/core/html/ClassList.h b/Source/core/html/ClassList.h
|
| index ab5220a6ebaa6eba55ad8b79eda1ea1f580a8feb..cc2217fab5e40f7c95fac5c7d7054c42e02bd905 100644
|
| --- a/Source/core/html/ClassList.h
|
| +++ b/Source/core/html/ClassList.h
|
| @@ -26,9 +26,9 @@
|
| #define ClassList_h
|
|
|
| #include "HTMLNames.h"
|
| +#include "core/dom/DOMTokenList.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/SpaceSplitString.h"
|
| -#include "core/html/DOMTokenList.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|