diff options
Diffstat (limited to 'WebCore/inspector/InspectorCSSStore.h')
-rw-r--r-- | WebCore/inspector/InspectorCSSStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorCSSStore.h b/WebCore/inspector/InspectorCSSStore.h index 2a05d71..ee435e5 100644 --- a/WebCore/inspector/InspectorCSSStore.h +++ b/WebCore/inspector/InspectorCSSStore.h @@ -29,10 +29,10 @@ #ifndef InspectorCSSStore_h #define InspectorCSSStore_h -#include "StringHash.h" #include <wtf/Forward.h> #include <wtf/HashMap.h> #include <wtf/RefPtr.h> +#include <wtf/text/StringHash.h> namespace WebCore { |