[webkit-reviews] review requested: [Bug 118498] ASSERTION FAILED: callFrame == vm->topCallFrame || callFrame == callFrame->lexicalGlobalObject()->globalExec() || callFrame == callFrame->dynamicGlobalObject()->globalExec() in JSC::Interpreter::addStackTraceIfNecessary : [Attachment 206910] Patch 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 14:12:08 PDT 2013


Chris <chris_curtis at apple.com> has asked  for review:
Bug 118498: ASSERTION FAILED: callFrame == vm->topCallFrame || callFrame ==
callFrame->lexicalGlobalObject()->globalExec() || callFrame ==
callFrame->dynamicGlobalObject()->globalExec() in
JSC::Interpreter::addStackTraceIfNecessary
https://bugs.webkit.org/show_bug.cgi?id=118498

Attachment 206910: Patch 5
https://bugs.webkit.org/attachment.cgi?id=206910&action=review

------- Additional Comments from Chris <chris_curtis at apple.com>
Fixes the assertion failure on the debug build and prevents error exceptions
from creating additional exceptions.


More information about the webkit-reviews mailing list