Bug 1338241 - Part 2: Simplify the in large allocation process logic, r=smaug

MozReview-Commit-ID: 6aF2wlLgy42
This commit is contained in:
Michael Layzell
2017-02-09 17:49:46 -05:00
parent 4a6530647c
commit e4431d5605
10 changed files with 28 additions and 64 deletions

View File

@@ -14911,11 +14911,3 @@ nsDocShell::GetAwaitingLargeAlloc(bool* aResult)
*aResult = static_cast<TabChild*>(tabChild.get())->IsAwaitingLargeAlloc();
return NS_OK;
}
NS_IMETHODIMP
nsDocShell::GetInLargeAllocProcess(bool* aResult)
{
MOZ_ASSERT(aResult);
*aResult = TabChild::InLargeAllocProcess();
return NS_OK;
}