mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b9788f9477
This is yet another piece of broken code that relies on the "find the |this| object" behavior that we're removing. Moreover, it's not caught by our compat hack, because Components.utils is a bizarre object that implements nsIXPCScriptable (giving it a custom JSClass->name that's not XPCWN_NoHelper) while not implementing nsIClassInfo (which would have put the method on the prototype and made this never work in the first place). We _could_ add special support for the Cu JSClass name in our compat hack, but I think we should just fix it here and assume this pattern is not particularly common in external consumers. |
||
---|---|---|
.. | ||
test | ||
CertUtils.jsm | ||
FileUtils.jsm | ||
Makefile.in |