mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12ef4a49cd
Previously we had been trying to load a DOMString that already has a string buffer by using the DOMString::&operator. This causes a MOZ_ASSERT error in DOMString. Solution is to add function overloads to HTMLTrackElement's getters that just use nsString in the first place. |
||
---|---|---|
.. | ||
base | ||
canvas | ||
events | ||
html | ||
mathml/content | ||
media | ||
smil | ||
svg | ||
test | ||
xbl | ||
xml | ||
xslt | ||
xul | ||
moz.build |