Back out part of bug 304462 until I can figure out bug 306210.

This commit is contained in:
dbaron%dbaron.org 2005-08-28 05:18:55 +00:00
Родитель 09e330f07a
Коммит 9a6e5c1f52
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -456,9 +456,6 @@ nsDOMEvent::SetEventType(const nsAString& aEventTypeArg)
mEvent->message = NS_MUTATION_NODEREMOVEDFROMDOCUMENT;
else if (atom == nsLayoutAtoms::onDOMSubtreeModified)
mEvent->message = NS_MUTATION_SUBTREEMODIFIED;
} else if (mEvent->eventStructType == NS_POPUPBLOCKED_EVENT) {
if (atom == nsLayoutAtoms::onDOMPopupBlocked)
mEvent->message = NS_POPUPBLOCKED;
} else if (mEvent->eventStructType == NS_UI_EVENT) {
if (atom == nsLayoutAtoms::onDOMActivate)
mEvent->message = NS_UI_ACTIVATE;