Bug 1602318 - Expose LoadContext on BrowsingContext webidl. r=nika,kmag,necko-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D71135
This commit is contained in:
Matt Woodrow
2020-04-26 00:53:01 +00:00
parent f6cfdd35be
commit b9b3d3d6f6
12 changed files with 82 additions and 56 deletions

View File

@@ -11748,11 +11748,6 @@ nsDocShell::GetTopFrameElement(Element** aElement) {
return mBrowsingContext->GetTopFrameElement(aElement);
}
NS_IMETHODIMP
nsDocShell::GetNestedFrameId(uint64_t* aId) {
return mBrowsingContext->GetNestedFrameId(aId);
}
NS_IMETHODIMP
nsDocShell::GetUseTrackingProtection(bool* aUseTrackingProtection) {
return mBrowsingContext->GetUseTrackingProtection(aUseTrackingProtection);