| Index: third_party/WebKit/Source/core/html/HTMLAllCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAllCollection.h b/third_party/WebKit/Source/core/html/HTMLAllCollection.h
|
| index 6d3d6fd4faf41ba93ab5595d3d12f053aa2d622e..71921e3ed32fd748d1a011222c2652118cb4cb82 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAllCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.h
|
| @@ -35,7 +35,7 @@ class NodeListOrElement;
|
| class HTMLAllCollection final : public HTMLCollection {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLAllCollection> create(ContainerNode&, CollectionType);
|
| + static RawPtr<HTMLAllCollection> create(ContainerNode&, CollectionType);
|
| ~HTMLAllCollection() override;
|
|
|
| Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
|
|
|