mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Partial backout of bug 421650, to make builds useable with JAWS again. Fixes regression bug 423495.
This commit is contained in:
parent
a1475802c9
commit
209408b875
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user