summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/SelectorNodeList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/SelectorNodeList.h')
-rw-r--r--WebCore/dom/SelectorNodeList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/dom/SelectorNodeList.h b/WebCore/dom/SelectorNodeList.h
index 8240189..8357034 100644
--- a/WebCore/dom/SelectorNodeList.h
+++ b/WebCore/dom/SelectorNodeList.h
@@ -29,11 +29,13 @@
#ifndef SelectorNodeList_h
#define SelectorNodeList_h
-#include "StaticNodeList.h"
+#include <wtf/PassRefPtr.h>
namespace WebCore {
class CSSSelectorList;
+ class Node;
+ class StaticNodeList;
PassRefPtr<StaticNodeList> createSelectorNodeList(Node* rootNode, const CSSSelectorList&);