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