Bug 884676 - Convert JSPrincipals::refcount to Atomic<int32_t> in JS_THREADSAFE builds, and remove JS_ATOMIC_*. r=Waldo
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
|
||||
#include "jsapi-tests/tests.h"
|
||||
|
||||
static JSPrincipals system_principals = {
|
||||
1
|
||||
};
|
||||
static TestJSPrincipals system_principals(1);
|
||||
|
||||
static const JSClass global_class = {
|
||||
"global",
|
||||
|
||||
Reference in New Issue
Block a user