Bug 692608 - 'ASSERTION: Flush during accessible tree update' adding iframe, r=tbsaunde

This commit is contained in:
Alexander Surkov 2011-10-14 11:33:41 +09:00
parent ccbed38eb3
commit 059329d972

View File

@ -210,8 +210,10 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
if (!mDocument->HasLoadState(nsDocAccessible::eTreeConstructed)) {
// If document is not bound to parent at this point then the document is not
// ready yet (process notifications later).
if (!mDocument->IsBoundToParent())
if (!mDocument->IsBoundToParent()) {
mObservingState = eRefreshObserving;
return;
}
#ifdef DEBUG_NOTIFICATIONS
printf("\ninitial tree created, document: %p, document node: %p\n",