| Index: Source/core/html/DOMTokenList.cpp
|
| diff --git a/Source/core/html/DOMTokenList.cpp b/Source/core/html/DOMTokenList.cpp
|
| index d555fb990d7f8bdb4fb328af3572b88bb9176f65..4276bea1594d6b3b23efeeb98443b3f873762b85 100644
|
| --- a/Source/core/html/DOMTokenList.cpp
|
| +++ b/Source/core/html/DOMTokenList.cpp
|
| @@ -25,8 +25,8 @@
|
| #include "config.h"
|
| #include "DOMTokenList.h"
|
|
|
| -#include "ExceptionCode.h"
|
| #include "HTMLParserIdioms.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
|
|