diff options
Diffstat (limited to 'WebCore/css/CSSFontSelector.h')
-rw-r--r-- | WebCore/css/CSSFontSelector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSFontSelector.h b/WebCore/css/CSSFontSelector.h index d9cce1c..abf82cd 100644 --- a/WebCore/css/CSSFontSelector.h +++ b/WebCore/css/CSSFontSelector.h @@ -27,10 +27,10 @@ #define CSSFontSelector_h #include "FontSelector.h" -#include "StringHash.h" #include <wtf/Forward.h> #include <wtf/HashMap.h> #include <wtf/RefPtr.h> +#include <wtf/text/StringHash.h> namespace WebCore { |