Remove annoying assertion when starting tab child process

This commit is contained in:
Ben Turner
2009-08-05 12:36:23 -07:00
parent d2d776c068
commit f00ff9b6a0

View File

@@ -1089,7 +1089,6 @@ nsFrameLoader::TryNewProcess()
return PR_FALSE;
}
NS_ERROR("trying to start new process");
nsAutoString value;
mOwnerContent->GetAttr(kNameSpaceID_None, nsGkAtoms::type, value);