зеркало из https://github.com/mozilla/pjs.git
Fix for smoketest blocker 82194. sr=waterson, r=soemone, go look in the bug
This commit is contained in:
Родитель
747861f9b3
Коммит
d388bae9fe
|
@ -688,6 +688,9 @@ nsSliderFrame::CurrentPositionChanged(nsIPresContext* aPresContext)
|
|||
|
||||
// get the thumb's rect
|
||||
nsIFrame* thumbFrame = mFrames.FirstChild();
|
||||
if (!thumbFrame)
|
||||
return NS_OK; // The thumb may stream in asynchronously via XBL.
|
||||
|
||||
nsRect thumbRect;
|
||||
thumbFrame->GetRect(thumbRect);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче