Index: Source/core/dom/SelectorQuery.h |
diff --git a/Source/core/dom/SelectorQuery.h b/Source/core/dom/SelectorQuery.h |
index 66f12a6ad5ce56a6f0a0dc753c4e4a18501ccc41..2f654c41d944e9904d29319b73594c8c0bb52311 100644 |
--- a/Source/core/dom/SelectorQuery.h |
+++ b/Source/core/dom/SelectorQuery.h |
@@ -88,7 +88,7 @@ private: |
class SelectorQueryCache { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
- SelectorQuery* add(const AtomicString&, Document*, ExceptionState&); |
+ SelectorQuery* add(const AtomicString&, const Document&, ExceptionState&); |
void invalidate(); |
private: |