mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1054531 - Forgot a place in RematerializedFrame to propagate silentFailure. (r=nbp)
This commit is contained in:
parent
98bdfe240c
commit
fd4bd58644
@ -592,7 +592,7 @@ class InlineFrameIterator
|
||||
parent_s.readCommonFrameSlots(nullptr, nullptr);
|
||||
parent_s.readFunctionFrameArgs(argOp, nullptr, nullptr,
|
||||
nformal, nactual, it.script(),
|
||||
unreadablePlaceholder);
|
||||
unreadablePlaceholder, silentFailure);
|
||||
} else {
|
||||
// There is no parent frame to this inlined frame, we can read
|
||||
// from the frame's Value vector directly.
|
||||
|
Loading…
Reference in New Issue
Block a user