Fix bustage in TestWinTSF.cpp

This commit is contained in:
Markus Stange 2009-08-04 11:08:42 +12:00
parent df78c317f1
commit d2b7b16ceb

View File

@ -2745,7 +2745,7 @@ TestApp::TestContentEvents(void)
return PR_FALSE;
}
nsCOMPtr<nsIWidget> topLevel = widget->GetTopLevelWidget(nsnull);
nsCOMPtr<nsIWidget> topLevel = widget->GetTopLevelWidget();
if (!topLevel) {
fail("TestContentEvents: get top level widget");
return PR_FALSE;