Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index ee54188c9a6164e9358be462a7e1bfde856eb5aa..abba77677104c5f11f0560d1b9265868448b0cf5 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1134,8 +1134,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. |