| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 6142d6ad49b0b3c34418b097c8d783dbd552e1ef..c248984e2a833b89b21d1287a07ac05609046949 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -544,7 +544,7 @@ protected:
|
| // moved to RenderObject because some focusable nodes don't have renderers,
|
| // e.g., HTMLOptionElement.
|
| virtual bool rendererIsFocusable() const;
|
| - PassRefPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType);
|
| + PassRefPtrWillBeRawPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType);
|
| HTMLCollection* cachedHTMLCollection(CollectionType);
|
|
|
| // classAttributeChanged() exists to share code between
|
|
|