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

@@ -186,8 +186,6 @@ class HTMLObjectElement final : public nsGenericHTMLFormElement,
*/
void StartObjectLoad(bool aNotify, bool aForceLoad);
NS_FORWARD_NSIFRAMELOADEROWNER(nsObjectLoadingContent::)
protected:
// Override for nsImageLoadingContent.
nsIContent* AsContent() override { return this; }