mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1054014 - Build bustage in nsTextStore because the end of GetGUIDNameStrWithTable doesn't return a value, r=masayuki
--HG-- extra : rebase_source : ef919c1580bd92b74b63bdb39b2926ed199c8563
This commit is contained in:
parent
bb4206de6e
commit
1789266c6d
@ -365,7 +365,7 @@ GetGUIDNameStrWithTable(REFGUID aGUID)
|
||||
|
||||
#undef RETURN_GUID_NAME
|
||||
|
||||
GetGUIDNameStr(aGUID);
|
||||
return GetGUIDNameStr(aGUID);
|
||||
}
|
||||
|
||||
static nsCString
|
||||
|
Loading…
Reference in New Issue
Block a user