diff options
Diffstat (limited to 'WebCore/css/WebKitCSSKeyframesRule.h')
-rw-r--r-- | WebCore/css/WebKitCSSKeyframesRule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/WebKitCSSKeyframesRule.h b/WebCore/css/WebKitCSSKeyframesRule.h index 2836942..6ac0243 100644 --- a/WebCore/css/WebKitCSSKeyframesRule.h +++ b/WebCore/css/WebKitCSSKeyframesRule.h @@ -29,7 +29,7 @@ #include "CSSRule.h" #include <wtf/Forward.h> #include <wtf/RefPtr.h> -#include "AtomicString.h" +#include <wtf/text/AtomicString.h> namespace WebCore { |