Bug 472312, change NS_ERROR to NS_WARNING for now

This commit is contained in:
Olli Pettay
2009-01-08 23:36:22 +02:00
parent 90b917ad74
commit 47b665efae

View File

@@ -886,7 +886,7 @@ nsFrameLoader::EnsureDocShell()
// initialized.
if (NS_FAILED(base_win->Create()) || !win_private) {
// Do not call Destroy() here. See bug 472312.
NS_ERROR("Something wrong when creating the docshell for a frameloader!");
NS_WARNING("Something wrong when creating the docshell for a frameloader!");
return NS_ERROR_FAILURE;
}