mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 682041 followup - Add the missing return statement; r=need-to-learn-C++
This commit is contained in:
parent
a9ba996671
commit
12351f8a99
@ -198,6 +198,7 @@ NS_IMETHODIMP DestroyWidgetRunnable::Run()
|
||||
if (view && mWidget && mWidget == currentWidget) {
|
||||
view->DestroyWidget();
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsIWidget* DestroyWidgetRunnable::GetWidget(nsIView** aOutView) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user