Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree.

This is the one I don't understand how it fixed the bustage. Why is it needed
to remove JS_PUBLIC_API..? It would seem counter-intuitive, but it wasn't...
This commit is contained in:
Job Bautista 2023-03-16 13:59:19 +08:00 committed by roytam1
commit ed30a96467

View file

@ -66,7 +66,7 @@ namespace ubi {
*
* [0]: http://www.cs.rice.edu/~keith/EMBED/dom.pdf
*/
class JS_PUBLIC_API(DominatorTree)
class DominatorTree
{
private:
// Types.