| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index eb2d1bf8830e64133316e0bc37d6b215b0c39461..e90106e26ce9a94a6e02f5ff37d8eac1234184ce 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
|
|
|