Bug 1440465 - initialize more things in AutoPointerEventTargetUpdater; r=dholbert

This commit is contained in:
Nathan Froyd 2018-02-28 15:00:04 -05:00
Родитель bfbeb16e09
Коммит 3165bc6030
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -560,6 +560,8 @@ public:
{
MOZ_ASSERT(aEvent);
if (!aTargetContent || aEvent->mClass != ePointerEventClass) {
// Make the destructor happy.
mTargetContent = nullptr;
return;
}
MOZ_ASSERT(aShell);