Bug 1655735 - Remove nsIDocShell::GetOSHEId. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D85146
This commit is contained in:
Peter Van der Beken 2020-07-28 14:17:49 +00:00
parent 512734fa0a
commit bcde4b996a
2 changed files with 0 additions and 12 deletions

View File

@ -12466,16 +12466,6 @@ nsDocShell::SetOriginAttributes(JS::Handle<JS::Value> aOriginAttributes,
return SetOriginAttributes(attrs);
}
NS_IMETHODIMP
nsDocShell::GetOSHEId(uint32_t* aSHEntryId) {
if (mOSHE) {
mOSHE->GetID(aSHEntryId);
return NS_OK;
} else {
return NS_ERROR_FAILURE;
}
}
NS_IMETHODIMP
nsDocShell::GetAsyncPanZoomEnabled(bool* aOut) {
if (PresShell* presShell = GetPresShell()) {

View File

@ -800,8 +800,6 @@ interface nsIDocShell : nsIDocShellTreeItem
in string asyncCause);
[noscript,notxpcom,nostdcall] void notifyJSRunToCompletionStop();
[noscript] void GetOSHEId(out uint32_t aSHEntryId);
/**
* This attribute determines whether a document which is not about:blank has
* already be loaded by this docShell.