Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 1b0b3b2129a8036ae276368dd8a8bbfa0d688c4e..e75a3572104f869e7447d64713d8e92cecc68ba9 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -108,7 +108,7 @@ public: |
unsigned countChildren() const; |
Node* traverseToChildAt(unsigned index) const; |
- PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&); |
+ PassRefPtrWillBeRawPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&); |
PassRefPtrWillBeRawPtr<NodeList> querySelectorAll(const AtomicString& selectors, ExceptionState&); |
void insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION); |