mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9eb56076b1
I took the opportunity to move away from the NonNull<nsAString> hack we had for string arguments, since just passing in a FakeDependentString works fine and callees are now less likely to declare their arg as being of that type. In the process of doing that, I ran into what looks like a substantive bug in the "owning union with string default value" case: We were doing mValue.mString.Value() without ever having constructed mValue.mString! |
||
---|---|---|
.. | ||
content | ||
document | ||
moz.build |