mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2112 - Part 9: Remove handling for multiple style backends
This commit is contained in:
parent
28cd0ceb47
commit
b96b733bfa
20 changed files with 20 additions and 125 deletions
|
|
@ -889,7 +889,7 @@ nsPresContext::Init(nsDeviceContext* aDeviceContext)
|
|||
// Note: We don't hold a reference on the shell; it has a reference to
|
||||
// us
|
||||
void
|
||||
nsPresContext::AttachShell(nsIPresShell* aShell, StyleBackendType aBackendType)
|
||||
nsPresContext::AttachShell(nsIPresShell* aShell)
|
||||
{
|
||||
MOZ_ASSERT(!mShell);
|
||||
mShell = aShell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue