| Index: Source/core/dom/NamedNodesCollection.h
|
| diff --git a/Source/core/dom/NamedNodesCollection.h b/Source/core/dom/NamedNodesCollection.h
|
| index 025fb07b812042e5865ae80169d7f6f4adbf9090..0044e0b3a0941eae3beda818580359b39bf85193 100644
|
| --- a/Source/core/dom/NamedNodesCollection.h
|
| +++ b/Source/core/dom/NamedNodesCollection.h
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
|
|
| class NamedNodesCollection FINAL : public NodeList {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<NodeList> create(const WillBeHeapVector<RefPtrWillBeMember<Element> >& nodes)
|
| + static PassRefPtrWillBeRawPtr<NamedNodesCollection> create(const WillBeHeapVector<RefPtrWillBeMember<Element> >& nodes)
|
| {
|
| return adoptRefWillBeNoop(new NamedNodesCollection(nodes));
|
| }
|
|
|