diff options
Diffstat (limited to 'WebCore/dom/SpaceSplitString.h')
-rw-r--r-- | WebCore/dom/SpaceSplitString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/SpaceSplitString.h b/WebCore/dom/SpaceSplitString.h index 9fd1832..f49670b 100644 --- a/WebCore/dom/SpaceSplitString.h +++ b/WebCore/dom/SpaceSplitString.h @@ -21,10 +21,10 @@ #ifndef SpaceSplitString_h #define SpaceSplitString_h -#include "AtomicString.h" #include <wtf/OwnPtr.h> #include <wtf/PassOwnPtr.h> #include <wtf/Vector.h> +#include <wtf/text/AtomicString.h> namespace WebCore { |