Partial backout of bug 421650, to make builds useable with JAWS again. Fixes regression bug 423495.

This commit is contained in:
aaronleventhal@moonset.net 2008-03-17 15:29:28 -07:00
parent a1475802c9
commit 209408b875

View File

@ -228,9 +228,6 @@ __try {
if (NS_FAILED(rv))
return E_FAIL;
if (title.IsEmpty())
return S_FALSE;
*aTitle = ::SysAllocStringLen(title.get(), title.Length());
return *aTitle ? S_OK : E_OUTOFMEMORY;