Assert on a null widget Ptr
This commit is contained in:
Родитель
5ed2096531
Коммит
1d96f8cb32
|
@ -175,6 +175,8 @@ nsIView* nsView::GetViewFor(nsIWidget* aWidget)
|
|||
nsIView* view = nsnull;
|
||||
void* clientData;
|
||||
|
||||
NS_PRECONDITION(nsnull != aWidget, "null widget ptr");
|
||||
|
||||
// The widget's client data points back to the owning view
|
||||
if (NS_SUCCEEDED(aWidget->GetClientData(clientData))) {
|
||||
view = (nsIView*)clientData;
|
||||
|
|
Загрузка…
Ссылка в новой задаче