Bug 616394. Make sure to set mPostedReflowCallback to false even if we have no frameloader when the callback happens. r=roc, a=blocker
This commit is contained in:
@@ -661,6 +661,8 @@ nsSubDocumentFrame::ReflowFinished()
|
|||||||
// Make sure that we can post a reflow callback in the future.
|
// Make sure that we can post a reflow callback in the future.
|
||||||
mPostedReflowCallback = PR_FALSE;
|
mPostedReflowCallback = PR_FALSE;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
mPostedReflowCallback = PR_FALSE;
|
||||||
}
|
}
|
||||||
return PR_FALSE;
|
return PR_FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user