mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix debug orange.
This commit is contained in:
parent
be8c723c4e
commit
5b81587cff
@ -877,7 +877,7 @@ GenerateScopeChainGuards(MacroAssembler &masm, JSObject *scopeChain, JSObject *h
|
||||
// Walk up the scope chain. Note that IsCacheableScopeChain guarantees the
|
||||
// |tobj == holder| condition terminates the loop.
|
||||
while (true) {
|
||||
JS_ASSERT(IsCacheableNonGlobalScope(tobj));
|
||||
JS_ASSERT(IsCacheableNonGlobalScope(tobj) || tobj->isGlobal());
|
||||
|
||||
GenerateScopeChainGuard(masm, tobj, outputReg, NULL, failures);
|
||||
if (tobj == holder)
|
||||
|
Loading…
Reference in New Issue
Block a user