| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index d0ecdf815c4a6f5086d6ea5c7f8d38e187946b7a..28886bc61dbeafb6eedc28a2c17311ea1ca09789 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2908,7 +2908,7 @@ void Element::updateExtraNamedItemRegistration(const AtomicString& oldId, const
|
| toHTMLDocument(document()).addExtraNamedItem(newId);
|
| }
|
|
|
| -PassRefPtr<HTMLCollection> Element::ensureCachedHTMLCollection(CollectionType type)
|
| +PassRefPtrWillBeRawPtr<HTMLCollection> Element::ensureCachedHTMLCollection(CollectionType type)
|
| {
|
| if (HTMLCollection* collection = cachedHTMLCollection(type))
|
| return collection;
|
|
|