Remove annoying assertion when starting tab child process

This commit is contained in:
Ben Turner 2009-08-05 12:36:23 -07:00
Родитель bf41fc8391
Коммит c9aaad6bf5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);