| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 2069d450821b0e170cfe6e2887398a0b42d2a2e1..4177a3455617877396cfe5f7f716b2b4c227d844 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -539,8 +539,6 @@ protected:
|
| // moved to RenderObject because some focusable nodes don't have renderers,
|
| // e.g., HTMLOptionElement.
|
| virtual bool rendererIsFocusable() const;
|
| - PassRefPtrWillBeRawPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType);
|
| - HTMLCollection* cachedHTMLCollection(CollectionType);
|
|
|
| // classAttributeChanged() exists to share code between
|
| // parseAttribute (called via setAttribute()) and
|
|
|