зеркало из https://github.com/mozilla/gecko-dev.git
added a missing break that was leading to an assert in NotifyDocumentListeners
This commit is contained in:
Родитель
d1325c584f
Коммит
c05df307b2
|
@ -1694,6 +1694,7 @@ nsEditor::NotifyDocumentListeners(TDocumentListenerNotification aNotificationTyp
|
|||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
NS_NOTREACHED("Unknown notification");
|
||||
|
|
|
@ -1694,6 +1694,7 @@ nsEditor::NotifyDocumentListeners(TDocumentListenerNotification aNotificationTyp
|
|||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
NS_NOTREACHED("Unknown notification");
|
||||
|
|
Загрузка…
Ссылка в новой задаче