removing parameter to nsINativeAppSupport::OnLastWindowClosing. bug 163918 r=brendan,law
This commit is contained in:
@@ -130,7 +130,7 @@ nsNativeAppSupportBase::StartServerMode() {
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsNativeAppSupportBase::OnLastWindowClosing(nsIXULWindow *aWindow) {
|
||||
nsNativeAppSupportBase::OnLastWindowClosing() {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user