From ed30a9646737ab320889013f479b69417fa9a570 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Thu, 16 Mar 2023 13:59:19 +0800 Subject: [PATCH] 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... --- js/public/UbiNodeDominatorTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/public/UbiNodeDominatorTree.h b/js/public/UbiNodeDominatorTree.h index 1b029184c7..5f7e061e54 100644 --- a/js/public/UbiNodeDominatorTree.h +++ b/js/public/UbiNodeDominatorTree.h @@ -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.