mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 672893 followup - Make JSCompartment not a JS_FRIEND_API; r=luke
This commit is contained in:
parent
a1e2d49bca
commit
a5dacb03c4
@ -164,7 +164,8 @@ typedef HashSet<ScriptFilenameEntry *,
|
||||
|
||||
} /* namespace js */
|
||||
|
||||
struct JS_FRIEND_API(JSCompartment) {
|
||||
struct JSCompartment
|
||||
{
|
||||
JSRuntime *rt;
|
||||
JSPrincipals *principals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user