r=adamlock. missing break statement

This commit is contained in:
valeski%netscape.com 2001-05-21 23:20:18 +00:00
parent 5efc62e4d9
commit 4200555309

View File

@ -662,6 +662,7 @@ NS_IMETHODIMP nsWebBrowser::SetProperty(PRUint32 aId, PRUint32 aValue)
NS_ENSURE_TRUE((aValue == PR_TRUE || aValue == PR_FALSE), NS_ERROR_INVALID_ARG);
mDocShell->SetAllowImages(aValue);
}
break;
case nsIWebBrowserSetup::SETUP_USE_GLOBAL_HISTORY:
{
NS_ENSURE_STATE(mDocShell);