Bug 1054531 - Forgot a place in RematerializedFrame to propagate silentFailure. (r=nbp)

This commit is contained in:
Shu-yu Guo 2014-08-19 17:28:04 -07:00
parent 0f6b688b48
commit b4e3c103d2

View File

@ -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.