merge mozilla-inbound to mozilla-central. r=merge a=merge

MozReview-Commit-ID: JhesEg4Bxjy
This commit is contained in:
Sebastian Hengst
2017-08-04 19:28:27 +02:00
124 changed files with 2033 additions and 780 deletions

View File

@@ -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);
}
}