diff options
Diffstat (limited to 'WebCore/rendering/style/KeyframeList.h')
-rw-r--r-- | WebCore/rendering/style/KeyframeList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/KeyframeList.h b/WebCore/rendering/style/KeyframeList.h index b1009d2..bb5f180 100644 --- a/WebCore/rendering/style/KeyframeList.h +++ b/WebCore/rendering/style/KeyframeList.h @@ -25,10 +25,10 @@ #ifndef KeyframeList_h #define KeyframeList_h -#include "AtomicString.h" #include <wtf/Vector.h> #include <wtf/HashSet.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicString.h> namespace WebCore { |