diff options
Diffstat (limited to 'WebCore/dom/NodeRareData.h')
-rw-r--r-- | WebCore/dom/NodeRareData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/NodeRareData.h b/WebCore/dom/NodeRareData.h index 531fc57..ab208d2 100644 --- a/WebCore/dom/NodeRareData.h +++ b/WebCore/dom/NodeRareData.h @@ -26,11 +26,11 @@ #include "DynamicNodeList.h" #include "NameNodeList.h" #include "QualifiedName.h" -#include "StringHash.h" #include "TagNodeList.h" #include <wtf/HashSet.h> #include <wtf/OwnPtr.h> #include <wtf/PassOwnPtr.h> +#include <wtf/text/StringHash.h> namespace WebCore { |