summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/XMLDocumentParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/XMLDocumentParser.h')
-rw-r--r--WebCore/dom/XMLDocumentParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/XMLDocumentParser.h b/WebCore/dom/XMLDocumentParser.h
index e7e209a..141adf7 100644
--- a/WebCore/dom/XMLDocumentParser.h
+++ b/WebCore/dom/XMLDocumentParser.h
@@ -139,9 +139,9 @@ bool parseXMLDocumentFragment(const String&, DocumentFragment*, Element* parent
#include "FragmentScriptingPermission.h"
#include "ScriptableDocumentParser.h"
#include "SegmentedString.h"
-#include "StringHash.h"
#include <wtf/HashMap.h>
#include <wtf/OwnPtr.h>
+#include <wtf/text/StringHash.h>
#if USE(QXMLSTREAM)
#include <qxmlstream.h>