| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index d53d3dbf246d877d9428c833585e3309679ed34b..b315e2b1f94c763fa4f1920b564335b2b14016ec 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1135,8 +1135,6 @@ private:
|
|
|
| PageVisibilityState pageVisibilityState() const;
|
|
|
| - PassRefPtrWillBeRawPtr<HTMLCollection> ensureCachedCollection(CollectionType);
|
| -
|
| // Note that dispatching a window load event may cause the LocalDOMWindow to be detached from
|
| // the LocalFrame, so callers should take a reference to the LocalDOMWindow (which owns us) to
|
| // prevent the Document from getting blown away from underneath them.
|
|
|