Bug 1353094 - simplify the logic of accessible subtrees removal, r=davidb

This commit is contained in:
Alexander Surkov
2017-04-25 14:02:41 -04:00
parent 15127eb85a
commit 083e10ff0a
6 changed files with 50 additions and 65 deletions

View File

@@ -676,7 +676,7 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
}
#endif
mDocument->ContentRemoved(containerElm, textNode);
mDocument->ContentRemoved(textAcc);
continue;
}