зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1480835 - Remove now-redundant assertion that is a rooting hazard, r=jandem
--HG-- extra : topic : gcstats.thresh extra : rebase_source : 977016ecc032fe60a872ef121ba2b364be640a9c
This commit is contained in:
Родитель
fc2133e0bc
Коммит
d408faf15b
|
@ -671,7 +671,8 @@ AutoEntryScript::AutoEntryScript(JSObject* aObject,
|
|||
bool aIsMainThread)
|
||||
: AutoEntryScript(xpc::NativeGlobal(aObject), aReason, aIsMainThread)
|
||||
{
|
||||
MOZ_ASSERT(!js::IsCrossCompartmentWrapper(aObject));
|
||||
// xpc::NativeGlobal uses JS::GetNonCCWObjectGlobal, which asserts that
|
||||
// aObject is not a CCW.
|
||||
}
|
||||
|
||||
AutoEntryScript::~AutoEntryScript()
|
||||
|
|
Загрузка…
Ссылка в новой задаче