| Index: Source/core/dom/ContainerNode.cpp
|
| diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp
|
| index 41923633a391a50aec6b20c5d42fe538512d4093..c8d271600853ec0cd7a0cbd58f5077934e923ec6 100644
|
| --- a/Source/core/dom/ContainerNode.cpp
|
| +++ b/Source/core/dom/ContainerNode.cpp
|
| @@ -938,7 +938,7 @@ Node* ContainerNode::traverseToChildAt(unsigned index) const
|
| return n;
|
| }
|
|
|
| -PassRefPtr<Element> ContainerNode::querySelector(const AtomicString& selectors, ExceptionState& exceptionState)
|
| +PassRefPtrWillBeRawPtr<Element> ContainerNode::querySelector(const AtomicString& selectors, ExceptionState& exceptionState)
|
| {
|
| if (selectors.isEmpty()) {
|
| exceptionState.throwDOMException(SyntaxError, "The provided selector is empty.");
|
|
|