Bug 672893 followup - Make JSCompartment not a JS_FRIEND_API; r=luke

This commit is contained in:
Ms2ger 2012-01-24 21:07:00 +00:00
parent e0dd3d1f84
commit e46429f4e0

View File

@ -164,7 +164,8 @@ typedef HashSet<ScriptFilenameEntry *,
} /* namespace js */
struct JS_FRIEND_API(JSCompartment) {
struct JSCompartment
{
JSRuntime *rt;
JSPrincipals *principals;