RESOLVED FIXED 162797
Remove the dumping of the stack back trace in VM::verifyExceptionCheckNeedIsSatisfied().
https://bugs.webkit.org/show_bug.cgi?id=162797
Summary Remove the dumping of the stack back trace in VM::verifyExceptionCheckNeedIsS...
Mark Lam
Reported 2016-09-30 11:32:30 PDT
This is because the RELEASE_ASSERT() that follows immediately after will also dump the stack back trace. Hence, the first dump will be redundant.
Attachments
proposed patch. (1.84 KB, patch)
2016-09-30 11:36 PDT, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2016-09-30 11:36:00 PDT
Created attachment 290356 [details] proposed patch.
Geoffrey Garen
Comment 2 2016-09-30 12:47:23 PDT
Comment on attachment 290356 [details] proposed patch. r=me
Mark Lam
Comment 3 2016-09-30 12:50:59 PDT
Thanks for the review. Landed in r206658: <http://trac.webkit.org/r206658>.
Note You need to log in before you can comment on or make changes to this bug.