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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user