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

This commit is contained in:
Ms2ger 2012-01-24 20:14:11 +01:00
parent a1e2d49bca
commit a5dacb03c4

View File

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