diff options
Diffstat (limited to 'WebCore/page/WindowFeatures.cpp')
-rw-r--r-- | WebCore/page/WindowFeatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/WindowFeatures.cpp b/WebCore/page/WindowFeatures.cpp index 1654ff5..82e36b9 100644 --- a/WebCore/page/WindowFeatures.cpp +++ b/WebCore/page/WindowFeatures.cpp @@ -24,10 +24,10 @@ #include "WindowFeatures.h" #include "PlatformString.h" -#include "StringHash.h" #include <wtf/Assertions.h> #include <wtf/HashMap.h> #include <wtf/MathExtras.h> +#include <wtf/text/StringHash.h> namespace WebCore { |