Bug 1524683 - Move all nsIFrameLoaderOwner references to nsFrameLoaderOwner; r=nika

Depends on D19728

Differential Revision: https://phabricator.services.mozilla.com/D19729
This commit is contained in:
Kyle Machulis
2019-02-15 22:20:53 +00:00
parent ca9614b1a0
commit 00cdaa3c74
33 changed files with 111 additions and 124 deletions

View File

@@ -54,7 +54,7 @@ NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED(
HTMLEmbedElement, nsGenericHTMLElement, nsIRequestObserver,
nsIStreamListener, nsIFrameLoaderOwner, nsIObjectLoadingContent,
nsIStreamListener, nsFrameLoaderOwner, nsIObjectLoadingContent,
imgINotificationObserver, nsIImageLoadingContent, nsIChannelEventSink)
NS_IMPL_ELEMENT_CLONE(HTMLEmbedElement)