merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JhesEg4Bxjy
This commit is contained in:
@@ -356,7 +356,9 @@ nsTextInputSelectionImpl::nsTextInputSelectionImpl(nsFrameSelection *aSel,
|
||||
{
|
||||
mFrameSelection = aSel;//we are the owner now!
|
||||
mLimiter = aLimiter;
|
||||
mFrameSelection->Init(aShell, mLimiter);
|
||||
bool accessibleCaretEnabled =
|
||||
PresShell::AccessibleCaretEnabled(aLimiter->OwnerDoc()->GetDocShell());
|
||||
mFrameSelection->Init(aShell, mLimiter, accessibleCaretEnabled);
|
||||
mPresShellWeak = do_GetWeakReference(aShell);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user