mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
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:
parent
6890cdd9a1
commit
ed30a96467
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue