зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1274282 - Add exception guards to nsChildView::PrepareWindowEffects(). r=spohl
MozReview-Commit-ID: De3grs2BF4E --HG-- extra : rebase_source : a22d67a377962d4e66dc56e1e11269f932ca62ad
This commit is contained in:
Родитель
7c8d0f9c75
Коммит
e1571acd05
|
@ -1948,6 +1948,8 @@ nsChildView::RectContainingTitlebarControls()
|
|||
void
|
||||
nsChildView::PrepareWindowEffects()
|
||||
{
|
||||
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
||||
|
||||
MutexAutoLock lock(mEffectsLock);
|
||||
mShowsResizeIndicator = ShowsResizeIndicator(&mResizeIndicatorRect);
|
||||
mHasRoundedBottomCorners = [(ChildView*)mView hasRoundedBottomCorners];
|
||||
|
@ -1960,6 +1962,8 @@ nsChildView::PrepareWindowEffects()
|
|||
mTitlebarRect = RectContainingTitlebarControls();
|
||||
UpdateTitlebarCGContext();
|
||||
}
|
||||
|
||||
NS_OBJC_END_TRY_ABORT_BLOCK;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче