Backed out 6 changesets (bug 1353867) for nsDocShell.cpp failures CLOSED TREE
Backed out changeset aa9b106b15d9 (bug1353867) Backed out changeset 8c05f4d3f7ad (bug1353867) Backed out changeset 00869bed4121 (bug1353867) Backed out changeset 700aeb906fd2 (bug1353867) Backed out changeset 8b60851b93da (bug1353867) Backed out changeset ebdf4531b3bd (bug1353867)
This commit is contained in:
@@ -2309,7 +2309,7 @@ nsDocShell::NotifyScrollObservers() {
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::GetName(nsAString& aName) {
|
||||
aName = mBrowsingContext->Name();
|
||||
mBrowsingContext->GetName(aName);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
@@ -13421,6 +13421,10 @@ nsDocShell::GetColorMatrix(uint32_t* aMatrixLen, float** aMatrix) {
|
||||
|
||||
bool nsDocShell::IsForceReloading() { return IsForceReloadType(mLoadType); }
|
||||
|
||||
BrowsingContext* nsDocShell::GetBrowsingContext() const {
|
||||
return mBrowsingContext;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::GetBrowsingContext(BrowsingContext** aBrowsingContext) {
|
||||
*aBrowsingContext = do_AddRef(mBrowsingContext).take();
|
||||
|
||||
Reference in New Issue
Block a user