diff options
Diffstat (limited to 'WebCore/xml/XPathExpressionNode.h')
-rw-r--r-- | WebCore/xml/XPathExpressionNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XPathExpressionNode.h b/WebCore/xml/XPathExpressionNode.h index 38070b9..c04d45b 100644 --- a/WebCore/xml/XPathExpressionNode.h +++ b/WebCore/xml/XPathExpressionNode.h @@ -29,11 +29,11 @@ #if ENABLE(XPATH) -#include "StringHash.h" #include "Node.h" #include "XPathValue.h" #include <wtf/HashMap.h> #include <wtf/Vector.h> +#include <wtf/text/StringHash.h> namespace WebCore { |