зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1387143 followup. Remove assertion that does not seem to hold and causes a CLOSED TREE. r=bzbarsky
This commit is contained in:
Родитель
59f1e53c7c
Коммит
7ee1a709e8
|
@ -3347,9 +3347,7 @@ Selection::AddSelectionListener(nsISelectionListener* aNewListener)
|
|||
void
|
||||
Selection::RemoveSelectionListener(nsISelectionListener* aListenerToRemove)
|
||||
{
|
||||
DebugOnly<bool> found =
|
||||
mSelectionListeners.RemoveElement(aListenerToRemove); // Releases
|
||||
MOZ_ASSERT(found, "Removing a nonexistent listener?");
|
||||
mSelectionListeners.RemoveElement(aListenerToRemove); // Releases
|
||||
}
|
||||
|
||||
Element*
|
||||
|
|
Загрузка…
Ссылка в новой задаче