Bug 598078 - DocShell warning: Could not fetch previous flags, URI will be treated like referrer. r=bz, a=warning

This commit is contained in:
Benjamin Stover 2010-09-20 10:27:28 -07:00
parent 5919a4c04a
commit c8c3c11e72

View File

@ -10450,7 +10450,7 @@ nsDocShell::ExtractLastVisit(nsIChannel* aChannel,
);
NS_WARN_IF_FALSE(
NS_FAILED(rv),
NS_SUCCEEDED(rv),
"Could not fetch previous flags, URI will be treated like referrer"
);
}