Fix comment nit. b=374229 r=emaijala sr=roc

This commit is contained in:
mats.palmgren@bredband.net 2007-03-24 02:48:17 -07:00
Родитель 70e22785d1
Коммит 2d8cf51264
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2030,7 +2030,7 @@ nsEventStateManager::PostHandleEvent(nsPresContext* aPresContext,
mCurrentTarget = aTargetFrame;
mCurrentTargetContent = nsnull;
// All the events we handle below requires a frame.
// All the events we handle below require a frame.
if (!mCurrentTarget) {
if (NS_EVENT_NEEDS_FRAME(aEvent)) {
NS_ERROR("Null frame for an event that requires a frame");