| Index: Source/core/dom/ParentNode.h
|
| diff --git a/Source/core/dom/ParentNode.h b/Source/core/dom/ParentNode.h
|
| index ef837c84a68e84c08be688b0c4fdc6b1e58a7ea5..154d368484ab1394ff9b390e6667bf8cd0480439 100644
|
| --- a/Source/core/dom/ParentNode.h
|
| +++ b/Source/core/dom/ParentNode.h
|
| @@ -62,7 +62,7 @@ public:
|
| return count;
|
| }
|
|
|
| - static PassRefPtr<Element> querySelector(ContainerNode& node, const AtomicString& selectors, ExceptionState& exceptionState)
|
| + static PassRefPtrWillBeRawPtr<Element> querySelector(ContainerNode& node, const AtomicString& selectors, ExceptionState& exceptionState)
|
| {
|
| return node.querySelector(selectors, exceptionState);
|
| }
|
|
|