summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XPathResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XPathResult.h')
-rw-r--r--WebCore/xml/XPathResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XPathResult.h b/WebCore/xml/XPathResult.h
index 3b91d66..cbb51f5 100644
--- a/WebCore/xml/XPathResult.h
+++ b/WebCore/xml/XPathResult.h
@@ -30,6 +30,7 @@
#if ENABLE(XPATH)
#include "XPathValue.h"
+#include <wtf/Forward.h>
#include <wtf/RefCounted.h>
namespace WebCore {
@@ -38,7 +39,6 @@ namespace WebCore {
class Document;
class Node;
- class String;
class XPathResult : public RefCounted<XPathResult> {
public: