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

--HG--
extra : rebase_source : a1c5203d0992e4e376187801cdfa3cb8a89319ff
This commit is contained in:
Benjamin Smedberg 2010-01-26 19:58:25 -05:00
parent 22622cbfd1
commit 09ee51fb78

View File

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