diff options
Diffstat (limited to 'WebCore/css/MediaQueryExp.h')
-rw-r--r-- | WebCore/css/MediaQueryExp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/MediaQueryExp.h b/WebCore/css/MediaQueryExp.h index 24f2207..4b42611 100644 --- a/WebCore/css/MediaQueryExp.h +++ b/WebCore/css/MediaQueryExp.h @@ -29,10 +29,10 @@ #ifndef MediaQueryExp_h #define MediaQueryExp_h -#include "AtomicString.h" #include "CSSValue.h" #include "MediaFeatureNames.h" #include <wtf/RefPtr.h> +#include <wtf/text/AtomicString.h> namespace WebCore { class CSSParserValueList; |