Backed out changeset dd73fa918f95 (bug 1055728) for linux build failures

This commit is contained in:
Wes Kocher 2014-10-31 22:28:29 -07:00
parent b1e25526d8
commit bbc7bde69b

View File

@ -944,11 +944,7 @@ nsHtml5StreamParser::OnStartRequest(nsIRequest* aRequest, nsISupports* aContext)
}
if (NS_FAILED(rv)) {
// for now skip warning if we're on child process, since we don't support
// off-main thread delivery there yet. This will change with bug 1015466
if (XRE_GetProcessType() != GeckoProcessType_Content) {
NS_WARNING("Failed to retarget HTML data delivery to the parser thread.");
}
NS_WARNING("Failed to retarget HTML data delivery to the parser thread.");
}
if (mCharsetSource == kCharsetFromParentFrame) {