Bug 766757 - Follow-up to add missing break. r=me

This commit is contained in:
Brian Nicholson 2012-06-21 14:03:44 -07:00
parent fc5f65e8d7
commit 1a4f713f9d

View File

@ -282,6 +282,7 @@ LogShellLoadType(nsIDocShell* aDocShell)
break;
case LOAD_REPLACE_BYPASS_CACHE:
printf("replace bypass cache; ");
break;
case LOAD_ERROR_PAGE:
printf("error page;");
break;