зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1112920 - Assert against pending exceptions in AutoJSAPI::InitInternal. v1 r=luke,r=smaug
This commit is contained in:
Родитель
41adef94fb
Коммит
9444208244
|
@ -334,6 +334,7 @@ AutoJSAPI::InitInternal(JSObject* aGlobal, JSContext* aCx, bool aIsMainThread)
|
|||
{
|
||||
MOZ_ASSERT(aCx);
|
||||
MOZ_ASSERT(aIsMainThread == NS_IsMainThread());
|
||||
MOZ_ASSERT(!JS_IsExceptionPending(mCx));
|
||||
|
||||
mCx = aCx;
|
||||
mIsMainThread = aIsMainThread;
|
||||
|
|
Загрузка…
Ссылка в новой задаче