Fix bustage from bug 542337, this function doesn't exist.

This commit is contained in:
Benjamin Smedberg 2010-01-26 19:58:25 -05:00
Родитель 502bd4a3d1
Коммит 6e40183968
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -7129,7 +7129,6 @@ void nsWindow::UpdateWindowInternal(HWND aWnd)
if (instance) {
if (!instance->CallUpdateWindow())
NS_ERROR("Failed to send message!");
ValidateWindow(aWnd, NULL);
return;
}
}